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

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Janos Gyerik
  • Date: 2011-08-08 20:19:00 UTC
  • Revision ID: janos@axiom-20110808201900-rpq8pghds6gf8vnl
top 50 link now works

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Requirements
2
 
------------
3
 
* install with: pip install -r pip.txt
4
 
 
5
 
 
6
 
Setup
7
 
-----
8
 
1. Create settings.py from sample
9
 
 
10
 
        cp settings.py.sample settings.py
11
 
 
12
 
2. Create database (sqlite3), and admin account
13
 
 
14
 
        ./manage.py syncdb
15
 
 
16
 
3. Start local website on localhost:8000
17
 
 
18
 
        ./manage.py runserver
19
 
 
20