Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codersales/django-app-from-tutorial
https://github.com/codersales/django-app-from-tutorial
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/codersales/django-app-from-tutorial
- Owner: CoderSales
- License: mit
- Created: 2023-07-27T14:09:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-27T16:25:49.000Z (over 1 year ago)
- Last Synced: 2023-07-27T16:40:19.734Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-app-from-tutorial
## Procedure
- open folder
- start virtual environment
- Install Django
- startproject mysite
- startapp website
- add website to INSTALLED_APPS in settings.py
- urls.py
- cd mysite
- python manage.py runserver## References
- [Build A Website With Django 4.0! - Django Wednesdays #46](https://youtu.be/ey8EXTjRuag?t=198)