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 hashes)

Uploaded Source

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