Skip to content

kholidfu/flask-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask with Admin

This is [almost] production ready apps. It contains Flask and admin dashboard, using bootstrap template. You can browse to http://127.0.0.1:5000/admin and the default login is:

username: admin@admin.com
password: password

However, you can change it in:

/flask-admin/app/forms.py

Features

  1. Admin with bootstrap template functionality.
  2. User register/login/logout functionality.
  3. Those 2 is written as flask blueprint, hope it modular enough for you to take those two app and attached to your own app.

Install and Run

The steps:

git clone https://github.com/sopier/flask-admin
cd flask-admin
virtualenv -p /usr/bin/pypy .
. bin/activate
pip install -r requirements.txt
./run.py --help

You have 3 python servers options to run, builtin, tornado and twisted. If no argument supplied, the default will be builtin.

./run.py
./run.py -s twisted
./run.py -s tornado

3rd party modules

  1. pymongo
  2. tornado
  3. twisted
  4. flaskmail
  5. flask_wtf
  6. unidecode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published