Go to file
Son NK 66091b4f9e replace ENABLE_SENTRY by SENTRY_DSN 2019-12-16 19:30:17 +02:00
app replace ENABLE_SENTRY by SENTRY_DSN 2019-12-16 19:30:17 +02:00
docs remove new_random_alias related test 2019-12-15 18:55:18 +02:00
local_data add new param PADDLE_PUBLIC_KEY_PATH 2019-12-15 18:55:18 +02:00
migrations remove users.can_use_custom_domain flag 2019-12-15 21:52:24 +02:00
poc create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
static make alias activity responsive 2019-12-15 18:55:17 +02:00
templates replace ENABLE_SENTRY by SENTRY_DSN 2019-12-16 19:30:17 +02:00
tests replace ENABLE_SENTRY by SENTRY_DSN 2019-12-16 19:30:17 +02:00
.dockerignore create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
.env.example replace ENABLE_SENTRY by SENTRY_DSN 2019-12-16 19:30:17 +02:00
.gitignore ignore config symlink 2019-12-15 18:55:13 +02:00
Dockerfile reduce nb gunicorn workers to 2 2019-12-15 18:55:16 +02:00
README.md re-organize docs 2019-12-15 18:55:17 +02:00
cron.py add new param IGNORED_EMAILS and use it in cronjob 2019-12-15 18:55:18 +02:00
crontab.yml create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
email_handler.py use send_by_postfix instead of sending bounce email directly 2019-12-15 18:55:18 +02:00
pyproject.toml create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
requirements.in add pycryptodome, phpserialize for paddle 2019-12-15 18:55:18 +02:00
requirements.txt add pycryptodome, phpserialize for paddle 2019-12-15 18:55:18 +02:00
server.py replace ENABLE_SENTRY by SENTRY_DSN 2019-12-16 19:30:17 +02:00
shell.py improve email: add <!doctype html>, use Hi {name} greeting 2019-12-15 18:55:15 +02:00
wsgi.py create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00

README.md

Run the code locally

To run the code locally, please create a local setting file based on .env.example:

cp .env.example .env

Feel free to custom your .env file, it would be your default setting when developing locally. This file is ignored by git.

You don't need all the parameters, for ex if you don't update images to s3, then BUCKET, AWS_ACCESS_KEY_ID can be empty or if you don't use login with Github locally, GITHUB_CLIENT_ID doesn't have to be filled. The .env.example file contains minimal requirement so that if you run:

python3 server.py

then open http://localhost:7777, you should be able to login with the following account

john@wick.com / password

Other topics

Please go to the following pages for different topics: