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

https://github.com/jsonfm/django-portfolio-example

Django example App.
https://github.com/jsonfm/django-portfolio-example

Last synced: over 1 year ago
JSON representation

Django example App.

Awesome Lists containing this project

README

          

# Django blog example App

## Install
Create a virtual env and then install the dependencies:
```
pip install -r requirements.txt
```

## Run
```
python manage.py runserver
```

## License
MIT