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

https://github.com/dns2utf8/yet-another-django-tutorial-page


https://github.com/dns2utf8/yet-another-django-tutorial-page

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Setup

python -m venv myvenv
source myvenv/bin/activate

python manage.py migrate
python manage.py runserver