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

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

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)