Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codersales/django-app-from-tutorial


https://github.com/codersales/django-app-from-tutorial

Last synced: about 5 hours ago
JSON representation

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)