Skip to content

dysfunctionals/ecspizza-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecs.pizza

CircleCI

This is the main Flask app for ecs.pizza

Based on Flask-User-Starter-App.

Installation instructions

  • Clone the repo
  • Setup a virtualenv
  • pip install -r requirements.txt
  • cp app/local_settings_example.py app/local_settings.py
  • python manage.py init_db
  • python manage.py add_restaurants
  • To add test users:
  • Now run the dev server: python manage.py runserver

Note: registration sends a verification email, so you must have Flask mail sending configured for that to work.

Run the tests

py.test tests/

Releases

No releases published

Packages

No packages published

Languages