Finished most of admin console
Basic CRUD operations for managing registered admin users Encrypted personal information Still missing sections on managing tests and results Also missing dashboards/index/category landing pages
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@ -138,3 +138,12 @@ dmypy.json
|
||||
# Cython debug symbols
|
||||
cython_debug/
|
||||
|
||||
# Ignore Dev Environment Files
|
||||
db/data/
|
||||
dev/
|
||||
.vscode/
|
||||
out/
|
||||
ref-test/testing.py
|
||||
|
||||
# Ignore Encryption Keyfile
|
||||
.encryption.key
|
Reference in New Issue
Block a user