Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a basic Django project with a theme app that plugs into [Froide](https:/
In a Python virtualenv run:

pip install -r requirements.txt -e .
python manage.py syncdb --migrate
python manage.py migrate
python manage.py runserver


Expand Down
43 changes: 23 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
Django==1.6.1
pip==8.1.2
Django<1.10,>1.9
Markdown==2.3.1
South==0.8.4
celery==3.1.8
celery==3.1.23
django-celery==3.1.1
-e git://github.com/stefanw/django-haystack.git@update-index-language#egg=django_haystack
django-taggit==0.10
lxml==3.2.4
psycopg2==2.5.1
pytz==2013.8
requests==2.0.1
django-floppyforms==1.1
django_overextends==0.3.0
django-celery-email==1.1.4
django-haystack==2.5
django-taggit==0.18.1
#lxml==3.2.4
#psycopg2==2.5.1
pytz==2016.4
requests==2.9.1
django-floppyforms==1.6.2
-e git://github.com/stephenmcd/django-overextends.git@master#egg=django-overextends
python-magic==0.4.6
django-tastypie==0.10.0
django-tastypie==0.13.3
python-mimeparse>=0.1.4
django-tastypie-swagger==0.1.1
unicodecsv==0.9.4
django-configurations==0.7
django-storages==1.1.8
dj-database-url==0.2.2
django-cache-url==0.6.0
unicodecsv==0.14.1
django-configurations==1.0
django-storages==1.4.1
dj-database-url==0.4.1
django-cache-url==1.0.0
gunicorn==18.0
dj-static==0.0.5
dj-static>0.0.5
boto==2.20.0
honcho==0.5.0
https://github.com/django-compressor/django-compressor/archive/develop.zip#egg=django_compressor
-e git://github.com/stefanw/froide.git@master#egg=froide
django-compressor==2.0
-e git://github.com/stefanw/froide.git@master#egg=froide
django-contrib-comments==1.7.0