mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Minor bugfix in README.
This commit is contained in:
parent
c125006e01
commit
b0e1878c47
1 changed files with 2 additions and 2 deletions
|
|
@ -229,11 +229,11 @@ v0.5 (2013/03/02)
|
|||
|
||||
django-admin.py migrate database --fake 0001
|
||||
|
||||
After that you can run the rest of the migrations:
|
||||
After that you can run the rest of the migrations::
|
||||
|
||||
django-admin.py migrate database
|
||||
|
||||
* Fixed compatibility with Django 1.4's way of refering to static files in
|
||||
* Fixed compatibility with Django>1.4's way of refering to static files in
|
||||
the admin.
|
||||
|
||||
* Added ability to add custom authorization checks via the new
|
||||
|
|
|
|||
Loading…
Reference in a new issue