forked from 00dani/lemoncurry
Enable analytics in production
This commit is contained in:
parent
06278935b6
commit
4b4ab324cc
5 changed files with 32 additions and 15 deletions
3
Pipfile
3
Pipfile
|
@ -4,7 +4,9 @@ url = "https://pypi.python.org/simple"
|
|||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
|
||||
[requires]
|
||||
|
||||
python_version = '3.6'
|
||||
|
||||
|
||||
|
@ -34,6 +36,7 @@ pyyaml = "*"
|
|||
django-annoying = "*"
|
||||
django-shorturls = "*"
|
||||
accept-types = "*"
|
||||
django-analytical = "*"
|
||||
|
||||
|
||||
[dev-packages]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue