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
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :feature:`-` make it possible to assign domains to a customer
|
||||||
* :feature:`-` add hosting packages list for staff users
|
* :feature:`-` add hosting packages list for staff users
|
||||||
* :feature:`-` allow creation of new hosting packages for staff users without
|
* :feature:`-` allow creation of new hosting packages for staff users without
|
||||||
the need to navigate to a customer dashboard first
|
the need to navigate to a customer dashboard first
|
||||||
|
|
|
@ -12,14 +12,35 @@
|
||||||
|
|
||||||
|
|
||||||
:py:mod:`apps <domains.apps>`
|
:py:mod:`apps <domains.apps>`
|
||||||
-------------------------------
|
-----------------------------
|
||||||
|
|
||||||
.. automodule:: domains.apps
|
.. automodule:: domains.apps
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
||||||
|
:py:mod:`forms <domains.forms>`
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
.. automodule:: domains.forms
|
||||||
|
:members:
|
||||||
|
|
||||||
|
|
||||||
:py:mod:`models <domains.models>`
|
:py:mod:`models <domains.models>`
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
.. automodule:: domains.models
|
.. automodule:: domains.models
|
||||||
:members:
|
: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