We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74aa4e commit a15f0e5Copy full SHA for a15f0e5
README.md
@@ -22,7 +22,7 @@ Features
22
Installation
23
============
24
25
-* run ./manage.py syncdb --migrate
+* run ./manage.py syncdb
26
* go to localhost:8000/upload/new/
27
* upload some files
28
settings.py
@@ -116,7 +116,6 @@
116
'django.contrib.messages',
117
'django.contrib.staticfiles',
118
'fileupload',
119
- 'south',
120
# Uncomment the next line to enable the admin:
121
# 'django.contrib.admin',
122
# Uncomment the next line to enable admin documentation:
0 commit comments