diff options
author | luxagraf <sng@luxagraf.net> | 2017-10-14 11:36:20 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2017-10-14 11:36:20 -0500 |
commit | bd1adb4927695ed0ce3ac94d90c68bd61e440275 (patch) | |
tree | f014fa16a64eb55e62ecb92c62a4e8186cd318a4 /config | |
parent | cbadfff80be33b4ec67da57585451884c6378380 (diff) |
updated comments app and added caption to photo list view
Diffstat (limited to 'config')
-rw-r--r-- | config/django.ini | 3 | ||||
-rw-r--r-- | config/requirements.txt | 62 |
2 files changed, 31 insertions, 34 deletions
diff --git a/config/django.ini b/config/django.ini index bbb8413..a22d296 100644 --- a/config/django.ini +++ b/config/django.ini @@ -1,7 +1,6 @@ # django.ini file [uwsgi] -plugin = python # maximum number of processes processes = 4 max-requests = 5000 @@ -10,7 +9,7 @@ enable-threads = true uid = http gid = http -socket = /run/uwsgi/uwsgi.sock +socket = /tmp/uwsgi.sock chmod-socket = 664 chown-socket = http:http diff --git a/config/requirements.txt b/config/requirements.txt index 6e6bed2..64ccef5 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,44 +1,42 @@ beautifulsoup4==4.4.0 bleach==1.4.1 +certifi==2017.7.27.1 +chardet==3.0.4 decorator==4.0.4 -Django==1.9 -django-autocomplete-light==2.2.10 +Django==1.11.5 +django-autocomplete-light==3.2.10 django-bleach==0.3.0 -django-extensions==1.5.9 +django-debug-toolbar==1.8 +django-extensions==1.9.1 django-gravatar2==1.3.0 django-paypal==0.2.7 django-taggit==0.17.5 django-typogrify==1.3.2 -EbookLib==0.15 -facebook-sdk==1.0.0 -flickr-api==0.5 -flickrapi==2.1.2 +EbookLib==0.16 +facebook-sdk==2.0.0 +flickrapi==2.3 html5lib==0.999999 -ipython==4.0.0 -ipython-genutils==0.1.0 -Jinja2==2.8 -jsmin==2.1.4 -lxml==3.4.0 -Markdown==2.6.2 -MarkupSafe==0.23 +idna==2.6 +Jinja2==2.9.6 +jsmin==2.2.2 +lxml==4.0.0 +Markdown==2.6.9 +MarkupSafe==1.0 medium==0.3.0 -oauth==1.0.1 -oauthlib==1.1.2 -path.py==8.1.2 -pexpect==4.0.1 -pickleshare==0.5 -Pillow==3.1.1 -psycopg2==2.6.1 -ptyprocess==0.5 -Pygments==2.0.2 -python-resize-image==1.1.3 -requests==2.7.0 -requests-oauthlib==0.5.0 -requests-toolbelt==0.6.0 -simplegeneric==0.8.1 -six==1.10.0 +oauthlib==2.0.4 +olefile==0.44 +Pillow==4.2.1 +psycopg2==2.7.3.1 +PyExifTool==0.1 +python-resize-image==1.1.11 +pytz==2017.2 +requests==2.18.4 +requests-oauthlib==0.8.0 +requests-toolbelt==0.8.0 +six==1.11.0 smartypants==1.8.6 -traitlets==4.0.0 -twython==3.3.0 +sqlparse==0.2.3 +twython==3.6.0 typogrify==2.0.7 -uWSGI==2.0.14 +urllib3==1.22 +uWSGI==2.0.15 |