~chipaca/unity-lens-video/custom-user-agent

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Requirements
============
* install with: pip install -r requirements.txt


Setup
=====
1. Create settings.py from sample

	cp settings.py.sample settings.py

2. Create database (sqlite3), and admin account

	./manage.py syncdb

3. Start local website on localhost:8000

	./manage.py runserver