Added better docstrings to subpackages and cleaned out some places which were unclear.
This commit is contained in:
parent
f0eec11ac5
commit
b015f4802a
20 changed files with 132 additions and 31 deletions
|
|
@ -0,0 +1,7 @@
|
|||
"""
|
||||
This sub-package holds the web presence of Evennia, using normal
|
||||
Django to relate the database contents to web pages. Also the basic
|
||||
webclient and the website are defined in here (the webserver itself is
|
||||
found under the `server` package).
|
||||
"""
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue