Skip to content
  • Antony Chazapis's avatar
    New authentication middleware. · b4f9c560
    Antony Chazapis authored
    Uses users stored in a django model.
    
    Update settings.py and then run:
      python manage.py syncdb
      python manage.py loaddata aai/fixtures/auth_test_data.json
    b4f9c560