Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit ff8631f

Browse files
committed
Update README to use migrate instead of syncdb.
1 parent a9b307c commit ff8631f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Installation
3333
============
3434

3535
* pip install -r requirements.txt (will install django and pillow)
36-
* python manage.py syncdb
36+
* python manage.py migrate
3737
* python manage.py runserver
3838
* go to localhost:8000/upload/new/ and upload some files
3939

0 commit comments

Comments
 (0)