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

https://github.com/andersinno/tio-workshop

TIO workshop
https://github.com/andersinno/tio-workshop

django python

Last synced: about 2 months ago
JSON representation

TIO workshop

Awesome Lists containing this project

README

          

tio-workshop
============

Prerequisites
-------------

* [Python 3.6](https://tutorial.djangogirls.org/en/python_installation/)
* [virtualenv](https://tutorial.djangogirls.org/en/django_installation/#virtual-environment)

Setup
-----

* Create new virtualenv for project and enable it
* Install requirements `pip install -r requirements.txt`
* Start development server `python manage.py runserver`