Skip to content

anandka/SEWA

Repository files navigation

SEWA application

Build Status

Starter app for managing users - login/logout and registration.

QuickStart

Set Environment Variables

$ export APP_SETTINGS="project.config.DevelopmentConfig"

or

$ export APP_SETTINGS="project.config.ProductionConfig"

Download Required modules

Go to the root folder of application install pip by command - sudo apt-get install python-pip

execute - pip install -r requirements.txt

brew install mysql

pip install MySQL-python

Update DB settings in project/config.py

  1. SECRET_KEY
  2. SQLALCHEMY_DATABASE_URI

Run

$ python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published