8000 GitHub - chrismullins/nadb-flask
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chrismullins/nadb-flask

Repository files navigation

Build Status

Run the tests:

  • Create the venv:
python -m venv venv/
source venv/bin/activate
pip install -r requirements.txt
  • Set the environment variables
export DATABASE_URL=postgres://postgres:postgres@localhost:5432/nailart_db
export SECRET_KEY="my_precious"
export APP_SETTINGS=project.config.DevelopmentConfig
# and if you want to run the tests...
export DATABASE_TEST_URL=postgres://postgres:postgres@localhost:5432/nailart_db_test
  • Run the tests:
python manage.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0