mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-11 10:30:58 +00:00
A Django content management system focused on flexibility and user experience
The _editor_js.html page has been modified in order to get the urls to the
various views through the {% url %} tag and add them to the global window
variable. I believe that this is actually the best solution in our case
and I like it much better than the other available options.
|
||
|---|---|---|
| wagtail | ||
| .gitignore | ||
| CHANGELOG.txt | ||
| CONTRIBUTORS.rst | ||
| LICENSE | ||
| Makefile | ||
| MANIFEST.in | ||
| README.rst | ||
| requirements-dev.txt | ||
| setup.py | ||
Wagtail CMS =========== Wagtail is a Django content management system focused on flexibility and user experience. Find out more at `wagtail.io <http://wagtail.io/>`_ or use the instructions at `torchbox.github.io/wagtail <http://torchbox.github.io/wagtail/>`_ to get started. If you're a Python or Django developer, fork the repo and get stuck in! We're keen to foster a development community and we welcome all your pull requests.