##// END OF EJS Templates
Even more readme fixes!
neko259 -
r435:19aabb0e default
parent child Browse files
Show More
@@ -28,16 +28,8 b' Site: http://neboard.me/'
28
28
29 1. Install all dependencies over pip or system-wide
29 1. Install all dependencies over pip or system-wide
30 2. Setup a database in neboard/settings.py
30 2. Setup a database in neboard/settings.py
31 3. Run
31 3. Run `./manage.py syncdb` and ensure the database was created
32
32 4. Run `./manage.py migrate boards` to apply all south migrations
33 ./manage.py syncdb
34
35 and ensure the database was created
36 4. Run
37
38 ./manage.py migrate boards
39
40 to apply all south migrations
41
33
42 # RUNNING #
34 # RUNNING #
43
35
General Comments 0
You need to be logged in to leave comments. Login now