Metadata-Version: 1.1
Name: punkweb-admin-templates
Version: 0.0.1
Summary: Django admin extension for editing templates in the admin interface.
Home-page: https://punkweb.net/
Author: Punkweb
Author-email: Punkweb <djangoboards@gmail.com>
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: punkweb-admin-templates
        =======================
        
        Django admin extension that allows admin users to edit templates from
        within the admin interface.
        
        This package doesn't add any models, it simply creates two routes in the
        admin, ``/admin/templates/`` and ``/admin/templates/<pk>``. Templates
        are loaded when the server starts, and read when accessed. CodeMirror is
        used by default.
        
        I've seen other forum software have this feature. Eventually I'd like to
        integrate this project with
        `punkweb-boards <https://github.com/Punkweb/punkweb-boards>`__.
        
        Run example project:
        
        Download `CodeMirror <https://codemirror.net/>`__ and extract it at
        ``example_project/static/example_project/codemirror`` (this directory
        can be configured in settings)
        
        ::
        
            ./manage.py migrate
            ./manage.py createsuperuser
            ./manage.py runserver
        
        Open up to ``localhost:8000/admin/templates/``
        
        Media
        -----
        
        Templates list view
        ~~~~~~~~~~~~~~~~~~~
        
        .. figure:: https://i.imgur.com/EgzVIFN.png
           :alt: Sweet Shit
        
           Sweet Shit
        Me editing the page I'm currently viewing, from within the page I'm currently viewing.
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        .. figure:: https://i.imgur.com/pQH0V1H.gif
           :alt: Badassery
        
           Badassery
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: Forums
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
