Skip to main content

Django notes

Migration from event applications to art-applications

  • for gunicorn to work it needs to have home dir permissions changed to 755
  • upgrade django-multiselectfield pip install --upgrade django-multiselecfield
  • fix en hr in events_residencies/templates/base.html
  • when adding settings
    python manage.py shell
    from yourapp.models import ApplicationSettings
    ApplicationSettings.objects.create(send_to_curators=False, curator_emails='')

TODO:
- add better back button with uuid to all views