Blinkenbunt Account Manager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Fr3deric 7d0c027cea add new ToDo 5 years ago
bam initial commit 5 years ago
README.md add new ToDo 5 years ago

README.md

bam - Blinkenbunt Account Manager

Installation

Follow these steps to initialize a development environment:

  1. Initialize Django project

    django startproject PROJECT_NAME
    
  2. Add bam to INSTALLED_APPS in the project's settings.py

  3. Append path('', include('bam.urls')), to the project's urls.py

  4. Initialize database

    ./manage.py migrate
    

ToDo

Essential

  • LDAP sync mangement command
  • profile page view to be displayed after login
  • unify CSS for custom views and auth view

Optional, planned

  • service-based logins
  • self-service registration