Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codersales/django-app-from-tutorial
Following a tutorial on django
https://github.com/codersales/django-app-from-tutorial
django following-a-tutorial python python3 web-development
Last synced: 21 days ago
JSON representation
Following a tutorial on django
- 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-27T17:09:37.000Z (over 1 year ago)
- Last Synced: 2024-11-08T05:16:34.911Z (2 months ago)
- Topics: django, following-a-tutorial, python, python3, web-development
- Language: Python
- Homepage:
- Size: 11.7 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)