Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kenanbek/tutorial-django-database
- Owner: KenanBek
- License: gpl-3.0
- Created: 2014-09-08T12:15:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-08T12:41:02.000Z (over 10 years ago)
- Last Synced: 2024-05-02T04:29:08.660Z (8 months ago)
- Language: Python
- Size: 145 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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