implement setup of new user databases
- implement userdbs.forms.AddUserDatabaseForm - implement userdbs.views.AddUserDatabase - add new URL pattern 'add_userdatabase' in userdbs.urls - add templates userdbs/base.html and userdbs/userdatabase_create.html - add generated code documentation for new modules
This commit is contained in:
parent
2447f558e4
commit
0e1a84826d
6 changed files with 200 additions and 0 deletions
1
gnuviechadmin/templates/userdbs/base.html
Normal file
1
gnuviechadmin/templates/userdbs/base.html
Normal file
|
@ -0,0 +1 @@
|
|||
{% extends "base.html" %}
|
Loading…
Add table
Add a link
Reference in a new issue