mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 05:57:16 +02:00
6 lines
247 B
Python
6 lines
247 B
Python
"""
|
|
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).
|
|
"""
|