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
|
@ -17,6 +17,13 @@
|
|||
.. automodule:: userdbs.apps
|
||||
|
||||
|
||||
:py:mod:`forms <userdbs.forms>`
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: userdbs.forms
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`models <userdbs.models>`
|
||||
---------------------------------
|
||||
|
||||
|
@ -34,3 +41,17 @@
|
|||
|
||||
.. automodule:: userdbs.templatetags.userdb
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`urls <userdbs.urls>`
|
||||
-----------------------------
|
||||
|
||||
.. automodule:: userdbs.urls
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`views <userdbs.views>`
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: userdbs.views
|
||||
:members:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue