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
d56e124b6a
|
6 years ago | |
---|---|---|
bam | 6 years ago | |
README.md | 6 years ago |
README.md
bam - Blinkenbunt Account Manager
Installation
Follow these steps to initialize a development environment:
- Initialize Django project
django startproject PROJECT_NAME
- Add
bam
toINSTALLED_APPS
in the project'ssettings.py
- Append
path('', include('bam.urls')),
to the project'surls.py
- 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