Skip to content

Commit a15f0e5

Browse files
committed
Keep it small, do not depend on south.
1 parent b74aa4e commit a15f0e5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Features
2222
Installation
2323
============
2424

25-
* run ./manage.py syncdb --migrate
25+
* run ./manage.py syncdb
2626
* go to localhost:8000/upload/new/
2727
* upload some files
2828

settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
'django.contrib.messages',
117117
'django.contrib.staticfiles',
118118
'fileupload',
119-
'south',
120119
# Uncomment the next line to enable the admin:
121120
# 'django.contrib.admin',
122121
# Uncomment the next line to enable admin documentation:

0 commit comments

Comments
 (0)