Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

notificamesta.uy

MIT licensed

NotificamEsta is built with Flask, a Python framework for web applications.

Contributing

Distributed under the MIT License.

Issues should be opened through GitHub Issues; whenever possible, a pull request should be included. Questions and suggestions are welcome.

Local Environment

$ pip install -r requirements.txt
$ export PYTHONPATH="/full/path/to/root/folder/"

Configure SQLAlchemy development database with DATABASE_URL environment variable like: DATABASE_URL="postgresql://myuser:mypassword@localhost/mydatabase" and other custom environment variables located in .env

$ cp .env.skel .env

Then create the schema:

$ flask shell
>>> from notificamesta import db
>>> db.create_all()

Use shell.sh to run a flask shell with the proper contexts and devserver.sh for a development server.

License

MIT licensed.

About

Website source code.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /