add feature remark in changelog, add domains code docs
This commit is contained in:
parent
1690cace4d
commit
266598a43e
2 changed files with 23 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :feature:`-` make it possible to assign domains to a customer
|
||||
* :feature:`-` add hosting packages list for staff users
|
||||
* :feature:`-` allow creation of new hosting packages for staff users without
|
||||
the need to navigate to a customer dashboard first
|
||||
|
|
|
@ -12,14 +12,35 @@
|
|||
|
||||
|
||||
:py:mod:`apps <domains.apps>`
|
||||
-------------------------------
|
||||
-----------------------------
|
||||
|
||||
.. automodule:: domains.apps
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`forms <domains.forms>`
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: domains.forms
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`models <domains.models>`
|
||||
---------------------------------
|
||||
|
||||
.. automodule:: domains.models
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`urls <domains.urls>`
|
||||
-----------------------------
|
||||
|
||||
.. automodule:: domains.urls
|
||||
:members:
|
||||
|
||||
|
||||
:py:mod:`views <domains.views>`
|
||||
---------------------------------
|
||||
|
||||
.. automodule:: domains.views
|
||||
:members:
|
||||
|
|
Loading…
Reference in a new issue