Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

openregister/country-update-demo

Repository files navigation

=============================== country_update_demo

Quickstart

Then run the following commands to bootstrap your environment.

mkvirtualenv --python=/path/to/required/python/version [appname]

Install python requirements.

pip install -r requirements/dev.txt

Set some environment variables. The following is required. Add as needed.

export SETTINGS='config.DevelopmentConfig'

Once that this all done you can:

python manage.py server

Deployment

In your production environment, make sure the SETTINGS environment variable is set to config.Config.

Shell

To open the interactive shell, run ::

python manage.py shell

About

Repository to add/modify country register record

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published