Skip to content

danesjr/flask-login-principal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A shot at explaining Flask - Principal

A basic flask app implementing Flask-Login + Flask-principal (Borrowed the starting base template from https://github.com/mickey06/Flask-principal-example and built on top)

Steps to RUN

  1. $ virtualenv venv

  2. $ . venv/bin/activate

  3. $ pip install -r requirements.txt

  4. python run.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.8%
  • HTML 10.9%
  • Python 10.7%
  • CSS 8.6%