GitHub
github.com › PacktPublishing › Django-3-by-Example
GitHub - PacktPublishing/Django-3-by-Example: Django 3 by Example (3rd Edition) published by Packt · GitHub
This is the code repository for Django 3 by Example, written by Antonio Melé and published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
Starred by 705 users
Forked by 675 users
Languages Python 33.0% | CSS 28.6% | JavaScript 26.8% | HTML 11.6%
Videos
GitHub
github.com › victorvf › django-3-by-example
GitHub - victorvf/django-3-by-example: :green_book: Repository for all django-3-by-example book examples
Django 3 By Example · What was studied in this example: Design of the models and their migrations · Created templates, views and URLs · Pagination · Work with Forms and ModelForms · Share blog content by email · tags (django_taggit) Sitemap · Feed RSS · PostgreSQL full-text search · What was studied in this example: Coming soon · This project is under the MIT license.
Author victorvf
GitHub
github.com › platformsh-templates › django3
GitHub - platformsh-templates/django3: Django 3 template for Platform.sh
This template deploys the Django 3 application framework on Platform.sh, using the gunicorn application runner. It also includes a PostgreSQL database connection pre-configured. Django is a Python-based web application framework with a built-in ORM.
Starred by 2 users
Forked by 3 users
Languages Python 65.9% | HTML 34.1% | Python 65.9% | HTML 34.1%
GitHub
github.com › jpadilla › django-project-template
GitHub - jpadilla/django-project-template: Project template layout for Django 3.0+ · GitHub
$ django-admin.py startproject \ --template=https://github.com/jpadilla/django-project-template/archive/master.zip \ --name=Procfile \ --extension=py,md,env \ project_name $ mv example.env .env $ pipenv install --dev
Starred by 728 users
Forked by 584 users
Languages Python 88.1% | Shell 11.9%
GitHub
github.com › RyanBalfanz › django-example-project
GitHub - RyanBalfanz/django-example-project: Example project layout for a new Django project (currently targets 1.5)
Example project layout for a new Django project (currently targets 1.5) - RyanBalfanz/django-example-project
Starred by 4 users
Forked by 5 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › gothinkster › django-realworld-example-app
GitHub - gothinkster/django-realworld-example-app · GitHub
September 27, 2022 - Clone this repository: git clone git@github.com:gothinkster/productionready-django-api.git.
Starred by 1.6K users
Forked by 664 users
Languages Python
GitHub
github.com › consideratecode › django-tutorial-step-by-step
GitHub - consideratecode/django-tutorial-step-by-step: A repository to follow the official Django tutorial step-by-step.
This repository contains the Django project you build in the official Django tutorial: the mysite project with the polls app.
Starred by 68 users
Forked by 55 users
Languages Python 90.6% | HTML 8.7% | CSS 0.7% | Python 90.6% | HTML 8.7% | CSS 0.7%
GitHub
github.com › PacktPublishing › Django-By-Example
GitHub - PacktPublishing/Django-By-Example: Published by Packt
This is the code repository for Django By Example, published by Packt. Django is a powerful Python web framework designed to develop web applications quickly, from simple prototypes to large-scale projects.
Starred by 35 users
Forked by 26 users
Languages Python 49.1% | HTML 19.9% | CSS 16.3% | JavaScript 14.7% | Python 49.1% | HTML 19.9% | CSS 16.3% | JavaScript 14.7%
GitHub
github.com › yellowanthq › yellowant-sample-django-app
GitHub - yellowanthq/yellowant-sample-django-app: Sample YellowAnt Django application
Sample Django application for creating a Todo List Manager for YellowAnt · These instructions will get you started with deploying this YellowAnt application under 15 minutes. ... Clone this repo. Create a new virtual environment for this application and activate it. Python 3 Virtual Environment Tutorial · After activating the virtual environment, point to the root folder of this project and run:
Starred by 3 users
Forked by 6 users
Languages Python 95.7% | HTML 4.3% | Python 95.7% | HTML 4.3%
GitHub
github.com › danirus › django-sample-app
GitHub - danirus/django-sample-app: A django sample app, with setup, unittests, docs and demo site.
Django-sample-app is a simple app that serves as an example of a generic reusable Django application. The actual code of the app implements a sample diary application with tests, demo project and documentation.
Starred by 21 users
Forked by 55 users
Languages Python 95.9% | HTML 4.1% | Python 95.9% | HTML 4.1%
GitHub
github.com › nnja › tweeter3
GitHub - nnja/tweeter3: Tweeter - An example Django app to share your thoughts in 140 characters or less.
Tweeter3 is a basic example Django application that uses Django Rest Framework · Clone the project. ... Create a new virtual environment using Python 3.7 and activate it.
Starred by 7 users
Forked by 4 users
Languages JavaScript 48.4% | CSS 45.9% | Python 4.2% | HTML 1.5% | JavaScript 48.4% | CSS 45.9% | Python 4.2% | HTML 1.5%
GitHub
github.com › kirpit › django-sample-app
GitHub - kirpit/django-sample-app: Minimal sample application to start developing your web project immediately on Django framework.
django-sample-app is a minimal sample application to start developing your web project immediately on Django framework. ... Django==1.8.2 django-compressor==1.5 django-debug-toolbar==1.3.2 django-extensions==1.5.5 ipython==3.2.0 psycopg2==2.6.1 ...
Starred by 183 users
Forked by 127 users
Languages CSS 84.3% | HTML 7.9% | Python 7.5% | CSS 84.3% | HTML 7.9% | Python 7.5%
GitHub
github.com › django › djangoproject.com
GitHub - django/djangoproject.com: Source code to djangoproject.com · GitHub
the site (similar to www.djangoproject.com) on http://0.0.0.0:8000/ to be used with the modified /etc/hosts file (see above) the make task to automatically compile the SCSS files to CSS files · This is great during development. Assuming you're using Foreman simply run: ... That'll just run the www server. Check out the Procfile file for all the process names. This project's JavaScript libraries can be found in djangoproject/static/js/lib/. If you need to add a library, commit the minified version of it to this directory.
Starred by 2K users
Forked by 1.1K users
Languages Python 43.9% | PostScript 39.1% | HTML 10.3% | SCSS 5.3% | JavaScript 1.0% | Jinja 0.2%
GitHub
github.com › django-ve › django-helloworld
GitHub - django-ve/django-helloworld: A Django hello world example · GitHub
A Django hello world example. Contribute to django-ve/django-helloworld development by creating an account on GitHub.
Starred by 33 users
Forked by 199 users
Languages Python 93.9% | Dockerfile 6.1%
GitHub
github.com › magnet-cl › django-project-template
GitHub - magnet-cl/django-project-template: A project template for Django in python 3
October 18, 2022 - A project template for Django in python 3. Contribute to magnet-cl/django-project-template development by creating an account on GitHub.
Starred by 14 users
Forked by 8 users
Languages Python 66.2% | Pug 12.9% | SCSS 8.2% | JavaScript 7.9% | Shell 3.0% | Jinja 1.0% | HTML 0.8% | Python 66.2% | Pug 12.9% | SCSS 8.2% | JavaScript 7.9% | Shell 3.0% | Jinja 1.0% | HTML 0.8%
GitHub
github.com › Manisha-Bayya › simple-django-project
GitHub - Manisha-Bayya/simple-django-project: A simple Django project which uses MySQL as database. It has Signup, Login, Logout functionality. It lets you search for countries, cities, languages from the default mysql dump. Django's user table has been overridden to store user information. · GitHub
A simple Django project which uses MySQL as database. It has Signup, Login, Logout functionality. It lets you search for countries, cities, languages from the default mysql dump. Django's user table has been overridden to store user information.
Starred by 190 users
Forked by 143 users
Languages Python 63.0% | HTML 30.8% | JavaScript 6.2%
GitHub
github.com › wsvincent › awesome-django
GitHub - wsvincent/awesome-django: A curated list of awesome things related to Django · GitHub
django-organizations - Multi-user accounts for Django projects. django-cas-ng - Django-cas-ng is Django CAS (Central Authentication Service) 1.0/2.0/3.0 client library to support SSO (Single Sign On) and Single Logout (SLO).
Starred by 11.1K users
Forked by 1.5K users
Languages Python 90.9% | Just 3.6% | SCSS 2.8% | HTML 2.4% | Ruby 0.3%
Ordinarycoders
ordinarycoders.com › blog › article › django-projects-github
5 Awesome Django Projects on Github - Ordinary Coders
Also, if you are more curious about how the project was built, the Github page includes a link to tutorials on how each framework was implemented step-by-step. If you are still wondering how Django can connect to a Javascript-based frontend or interested in learning a new frontend framework, be sure to check out the project. Github page: https://github.com/gothinkster/django-realworld-example-app