Skip to main content

Integration of Flask-Admin and AdminLTE2 template.

Project description

AdminLTE2 Templates, Template Tags, and Admin Theme for Flask-Admin

Flask-AdminLTE2 packages AdminLTE2 <http://www.almsaeedstudio.com/>_ into an extension that mostly consists of a blueprint named 'adminlte'. It can also create links to serve AdminLTE2 and works with no boilerplate code in your application.

Installation

Installation using pip:

pip install Flask-AdminLTE2

Compatibility

This package is compatible Python versions 2.7, 3.4, 3.5 and 3.6.

Usage

Here is an example:

from flask_adminlte2 import AdminLTE2

[...]

AdminLTE2()(app)


from flask_adminlte2 import AdminLTEModelView, AdminLTEFileAdmin
class MyModelView(AdminLTEModelView):
    pass

class MyFileAdmin(AdminLTEFileAdmin):
    pass

class MyAdminIndexView(AdminIndexView):
    @expose('/', methods=['GET', 'POST'])
    def index(self):
        return self.render('myadmin/my_index.html')

from flask_admin import Admin
admin = Admin(name='Admin Dashboard',
            base_template='myadmin/my_master.html',
            template_mode='bootstrap3',
            index_view=MyAdminIndexView())

base template myadmin/my_master.html code:

{% extends 'adminlte2/base.html' %}
[...]

index template myadmin/my_index.html code:

{% extends 'adminlte2/my_master.html' %}
{% block body %}
{{ super() }}
[...]
{% endblock body %}

This makes some new templates available, containing blank pages that include all bootstrap resources, and have predefined blocks where you can put your content.

Screenshots

Admin Area:

  • Home :admin screenshot

  • Demo Model :model screenshot

  • Demo List Model: model list

  • Demo Creating Model: model create

  • Demo Editing Model: model edit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-AdminLTE2-1.0.0.tar.gz (1.7 MB view details)

Uploaded Source

Built Distribution

Flask_AdminLTE2-1.0.0-py3.7.egg (1.9 MB view details)

Uploaded Source

File details

Details for the file Flask-AdminLTE2-1.0.0.tar.gz.

File metadata

  • Download URL: Flask-AdminLTE2-1.0.0.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3

File hashes

Hashes for Flask-AdminLTE2-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f5ac44b0addc541ae2474fc6f53e3a91c8dc5d0f09020a33df377ed4c18d1da9
MD5 b6bb572258b9f622a2338ef8f4e72374
BLAKE2b-256 8e78c4a21085757217f6a575a966e85a071c7f5294b14306b5b8d7fdfe341e27

See more details on using hashes here.

File details

Details for the file Flask_AdminLTE2-1.0.0-py3.7.egg.

File metadata

  • Download URL: Flask_AdminLTE2-1.0.0-py3.7.egg
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3

File hashes

Hashes for Flask_AdminLTE2-1.0.0-py3.7.egg
Algorithm Hash digest
SHA256 15988c2df1274f58ef34f031fd5b9218b94d51d08b0364cda6f6713eb3600b20
MD5 d940e006f14e232062c5634be3124dfd
BLAKE2b-256 9222f1fb2090a1ef162087a899e076515d591d9fb52fa96742239aeda51501f9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page