Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenanbek/tutorial-django-database

Django database, model and form tutorials.
https://github.com/kenanbek/tutorial-django-database

Last synced: 13 days ago
JSON representation

Django database, model and form tutorials.

Awesome Lists containing this project

README

        

Tutorial on using database, model and forms in Django
=====================================================

Django database, model and form tutorials.

I have a little bit changed structure of default Django project. Main change is renaming main project folder to **app**. It contains:

* **settings.py** - main settings file
* **urls.py** - main URL configuration file
* **wsgi.py** - WSGI application module