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

https://github.com/matthewlabasan/django-app

Tutorial for training.
https://github.com/matthewlabasan/django-app

Last synced: about 1 year ago
JSON representation

Tutorial for training.

Awesome Lists containing this project

README

          

# Django Tutorial App
1. Start virtual environment with `source .venv/bin/activate`
2. Run `cd myproject` then `python manage.py runserver` to start website on local host: http://127.0.0.1:8000.