Obfuscate PayPal IPN route

This commit is contained in:
2020-02-01 23:58:10 +00:00
parent 5130c8e169
commit c9fa795824
5 changed files with 16 additions and 3 deletions

View File

@@ -39,6 +39,8 @@ Create a venv, activate it, and install:
$ source env/bin/activate
(env) $ pip install -r requirements.txt
Edit ``apiserver/secrets.py.example`` and save it as ``apiserver/secrets.py``.
Now setup Django and run it:
.. sourcecode:: bash