Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilyasemenov/django-templates-admin

Edit project template files from the Django admin UI
https://github.com/ilyasemenov/django-templates-admin

Last synced: 11 days ago
JSON representation

Edit project template files from the Django admin UI

Awesome Lists containing this project

README

        

django-templates-admin
======================

This Django app allows to edit Django project template files from within the Django administrative interface.

Installation
------------

```
pip install django-templates-admin
```

Usage
-----

Add the application to `settings.py`:

```python
INSTALLED_APPS =
...
'django_templates_admin.templates',
```

On the main admin page, a new section **Templates** will appear:

![The list of templates](https://raw.githubusercontent.com/IlyaSemenov/django-templates-admin/master/screenshots/list.png)

Click on a template to edit it:

![Editing a template](https://raw.githubusercontent.com/IlyaSemenov/django-templates-admin/master/screenshots/form.png)