Move schematic to a prod requirement, fix a migration
This commit is contained in:
Родитель
eb0b8a0668
Коммит
c30d2f5a86
|
@ -32,7 +32,7 @@ FROM
|
|||
addons a INNER JOIN versions v ON (a.id=v.addon_id)
|
||||
INNER JOIN files f ON (v.id=f.version_id)
|
||||
WHERE
|
||||
a.status != 4
|
||||
a.status IN (0,1,2,3,5,7)
|
||||
GROUP BY a.id
|
||||
);
|
||||
|
||||
|
|
|
@ -10,3 +10,4 @@ south
|
|||
-e git://github.com/jbalogh/django-cache-machine.git#egg=django-cache-machine
|
||||
-e git://github.com/jbalogh/jingo.git#egg=jingo
|
||||
-e git://github.com/jsocol/bleach.git#egg=bleach
|
||||
-e git://github.com/jbalogh/schematic.git#egg=schematic
|
||||
|
|
|
@ -10,7 +10,6 @@ Sphinx==0.6.3
|
|||
-e git://github.com/jbalogh/check.git#egg=check
|
||||
-e git://github.com/robhudson/django-debug-toolbar.git#egg=django_debug_toolbar
|
||||
-e git://github.com/jbalogh/django-debug-cache-panel#egg=cache_panel
|
||||
-e git://github.com/jbalogh/schematic.git#egg=schematic
|
||||
-e git://github.com/django-extensions/django-extensions.git#egg=django_extensions
|
||||
-e git://github.com/dcramer/django-devserver.git#egg=django_devserver
|
||||
werkzeug
|
||||
|
|
Загрузка…
Ссылка в новой задаче