Skip to content

Release v0.0.2

Latest
Compare
Choose a tag to compare
@osminogin osminogin released this 26 Aug 16:37
· 14 commits to master since this release

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