nelldnine / flask-app-with-login

Example Python-Flask app with the ability to register and login users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask App

Example Python-Flask app built for Google App Engine with the ability to register and login users.

Requirements

Setup

  1. Update the variables defined in settings.py
  2. Install the dependencies with pip
pip install -t lib -r requirements.txt
  1. Run the development server with the following command:
dev_appserver.py --log_level=debug .

Authors

About

Example Python-Flask app with the ability to register and login users.


Languages

Language:Python 53.2%Language:HTML 46.8%