==================
Django-epfl-utils
==================
Django-epfl-utils is a simple Django app to provide tools common to several
applications at EPFL.
Install and configure memcached
***********************************
After installing Memcached itself, you’ll need to install a Memcached binding.
We use python-memcached third party.
CACHES = {
...
'memcached': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
},
...
}
Django-epfl-utils
==================
Django-epfl-utils is a simple Django app to provide tools common to several
applications at EPFL.
Install and configure memcached
***********************************
After installing Memcached itself, you’ll need to install a Memcached binding.
We use python-memcached third party.
CACHES = {
...
'memcached': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
},
...
}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-epfl-utils-0.0.4.tar.gz.
File metadata
- Download URL: django-epfl-utils-0.0.4.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d7d948e1e9b67942502174fa570b62093301c6b9a9e08d404e6ce7813f93375
|
|
| MD5 |
774ffe45e30775c04a87f51b7bb31eaa
|
|
| BLAKE2b-256 |
94f9971786f67e9f8fca80cdfd92617d2ea16e0c71fa834dcff14a28cc242e16
|