mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
docs: Wrap a bunch of long lines.
This commit is contained in:
@@ -13,9 +13,13 @@ Zulip uses the [Django web
|
||||
framework](https://docs.djangoproject.com/en/1.8/), so a lot of these
|
||||
paths will be familiar to Django developers.
|
||||
|
||||
* `zproject/urls.py` Main [Django routes file](https://docs.djangoproject.com/en/1.8/topics/http/urls/). Defines which URLs are handled by which view functions or templates.
|
||||
* `zproject/urls.py` Main
|
||||
[Django routes file](https://docs.djangoproject.com/en/1.8/topics/http/urls/).
|
||||
Defines which URLs are handled by which view functions or templates.
|
||||
|
||||
* `zerver/models.py` Main [Django models](https://docs.djangoproject.com/en/1.8/topics/db/models/) file. Defines Zulip's database tables.
|
||||
* `zerver/models.py` Main
|
||||
[Django models](https://docs.djangoproject.com/en/1.8/topics/db/models/)
|
||||
file. Defines Zulip's database tables.
|
||||
|
||||
* `zerver/lib/actions.py` Most code doing writes to user-facing database tables.
|
||||
|
||||
@@ -40,7 +44,8 @@ paths will be familiar to Django developers.
|
||||
See [our translating docs](translating.html) for details on Zulip's
|
||||
templating systems.
|
||||
|
||||
* `templates/zerver/` For [Jinja2](http://jinja.pocoo.org/) templates for the backend (for zerver app).
|
||||
* `templates/zerver/` For [Jinja2](http://jinja.pocoo.org/) templates
|
||||
for the backend (for zerver app).
|
||||
|
||||
* `static/templates/` [Handlebars](http://handlebarsjs.com/) templates for the frontend.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user