Skip to content

Releases: osminogin/cookiecutter-django-drf-api

Release v0.0.2

26 Aug 16:37
Compare
Choose a tag to compare

Added

  • Create git repo and first commit for fresh project
  • Django authentication supported (only login and logout now)
  • Django REST Framework intergrated
  • Support virtualenv for project (bootstraped inside project dir)

Fixed

  • Modification of MIDDLAWARE settings in settings_local.py fixed
  • Redirect authenticated users from login page

Changed

  • Use settings_local.py config file first if exists (not need set DJANGO_SETTINGS_MODULE)
  • Login and logout actions redirected to index page
  • Documentation minor update