Skip to content

Commit

Permalink
Update readmee file to Django 1.7 and Django 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
goinnn committed Aug 29, 2015
1 parent 975ee0d commit 9d8bf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/README
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ pip install django-transmeta
4.2) install django-inplaceedit-extra-fields and its dependencies, if you want test this integration (sorl-thumbnail and django-ajax-selects only works in python 2)
$ pip install django-inplaceedit-extra-fields sorl-thumbnail==11.12 django-ajax-selects==1.2.5
5) create db and load fixtures
$ ./manage.py syncdb
$ ./manage.py syncdb o migrate
6) start the debug server
$ ./manage.py runserver
7) do your stuffs
Expand Down

0 comments on commit 9d8bf0f

Please sign in to comment.