Skip to content

Configuration Instructions

Gleb Kuznetsov edited this page Mar 11, 2014 · 2 revisions

These are instructions for configuring an instance of Millstone.

Registration

We use the django-registration module for handling user account creation. Since there is currently no code in place to limit how much resources a user of Millstone can use, we've decided to prevent registration from the user interface by default. If you would like to enable regisration, override the REGISTRATION_OPEN settings flag in your conf/local_settings.py.