Skip to main content

A simple Django app to provide tools common to several applications at EPFL.

Project description

==================
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',
},
...
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-epfl-utils-0.0.4.tar.gz (4.9 kB view details)

Uploaded Source

File details

Details for the file django-epfl-utils-0.0.4.tar.gz.

File metadata

File hashes

Hashes for django-epfl-utils-0.0.4.tar.gz
Algorithm Hash digest
SHA256 9d7d948e1e9b67942502174fa570b62093301c6b9a9e08d404e6ce7813f93375
MD5 774ffe45e30775c04a87f51b7bb31eaa
BLAKE2b-256 94f9971786f67e9f8fca80cdfd92617d2ea16e0c71fa834dcff14a28cc242e16

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page