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
- Host: GitHub
- URL: https://github.com/andersinno/tio-workshop
- Owner: andersinno
- Created: 2018-10-31T07:41:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T10:30:47.000Z (over 7 years ago)
- Last Synced: 2025-01-19T07:25:08.237Z (over 1 year ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`