python-dirbtuves / website

Python dirbtuvės project web site.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Update default site to correct value #47

Closed sirex closed 9 years ago

sirex commented 9 years ago

This will update default site to settings.SERVER_NAME values, which can be different depending on settings environment.

After running bin/django migrate default site will be updated.

It is imported that 'django.contrib.sites' should be added first in INSTALLED_APPS. Not first, but before 'pylab.core'.

Implements #43.