This website works better with JavaScript.
Explore
Help
Sign In
androiddrew
/
datasketch-io
Watch
1
Star
0
Fork
You've already forked datasketch-io
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87b123f1d3
master
v0.2.0
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '87b123f1d3'
${ noResults }
datasketch-io
/
services
/
cms
/
requirements.txt
4 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
6 years ago
Django>=2.1,<2.2
wagtail>=2.3,<2.4
Removed Whitenoise and added an Nginx proxy to serve static content Whitenoise is not suitable for delivery of media. In order to deliver both static and media content Nginx was added as a service to the docker-compose setup. The CMS and Nginx containers share mounts for static and media directory access.
6 years ago
psycopg2==2.7.5
gunicorn==19.9.0