Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 02c2f34

Browse files
committed
update readme
1 parent 1f1bfcc commit 02c2f34

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ Fork this repository, and clone it to your local machine (of course, use your ow
1313
git clone https://github.com/{username}/coding-events.git
1414
cd coding-events
1515

16-
Create new virtual environment:
17-
18-
virtualenv .
19-
20-
activate it (dot is important):
21-
22-
. bin/activate
16+
Install things in virtualenv.
2317

2418
Install requirements (first time):
2519

@@ -35,7 +29,7 @@ You'll also need `saas`, which is a ruby package that you need to have installed
3529
3630
Create new user and environment:
3731

38-
./manage.py syncdb
32+
./manage.py setupdb
3933
./manate.py migrate
4034

4135

0 commit comments

Comments
 (0)