Commit Graph

38 Commits (3ccb40055e3b721a70406db87bb5bc1e09e7141d)

Author SHA1 Message Date
Tom Hacohen 3ccb40055e Add an index page to make it more obvious it works.
People were getting confused by the index page returning a 404, so this
commit adds an index page so it returns a 200 and looks like it works.
2019-06-07 08:53:50 +01:00
Tom Hacohen a87a4deec1 Deps: update drf. 2019-06-06 13:11:03 +01:00
Pierre-Alain TORET 654b3fe860 README.md : add instructions for installing from packages 2019-05-21 13:12:14 +01:00
Pierre-Alain TORET 3d4321e50c Support loading configuration from an external file 2019-05-20 11:03:04 +01:00
Tom Hacohen ac474d669a Bump etesync journal requirement to 1.0.2 2019-05-01 10:55:25 +01:00
Pierre-Alain TORET c1eec9e796 README.md : add production deployment section 2019-04-29 15:48:51 +01:00
Tom Hacohen ac2428af88 Bump etesync journal requirement. 2019-04-25 17:14:24 +01:00
Tom Hacohen e8022a0986
README: Improve installation instructions for Ubuntu
As discussed in #12
2019-03-15 08:39:14 +00:00
Tom Hacohen b9de109998 README: improve the update instructions
Add the missing call to migrate the db.
Reorganise them to make them clearer.
2019-03-08 16:41:37 +00:00
Tom Hacohen e531bf2bb9 Fix django dep yet again. 2019-02-23 19:14:45 +00:00
Tom Hacohen 60f3515b75 Fix django dep. 2019-02-23 18:54:22 +00:00
Tom Hacohen d30708f292 Update requirements. 2019-02-23 16:31:16 +00:00
Tom Hacohen aae09ecd65 README: Add etesync logo. 2019-02-04 14:21:41 +00:00
Tom Hacohen 9536bed501 Update journal manager to the latest version. 2019-01-12 00:20:53 +00:00
Prof. Jayanth R Varma 3f6dd74e33 Add example config for using using nginx with uwsgi 2018-11-06 20:48:46 +00:00
Tom Hacohen 8f50a69b39 Add missing STATIC_ROOT.
Thanks @jrvarma.
2018-11-01 11:51:26 +00:00
Tom Hacohen de70c40a18
Merge: improve support for having local setting overrides
This is a merge of PR #9
2018-10-30 15:25:47 +00:00
Ben Boeckel e02fa53c34 settings: defer SECRET_KEY until after site settings
This allows overriding just `SECRET_FILE` for a custom secret path.
2018-10-30 10:13:53 -04:00
Ben Boeckel 872af56e2c settings: support an external settings file
Fixes #8
2018-10-30 10:13:53 -04:00
Ben Boeckel f1bfaf0242 settings: split SECRET_FILE from SECRET_KEY 2018-10-29 18:23:43 -04:00
Tom Hacohen 0738d02466
README: make the usage of virtualenv3 more explicit 2018-09-16 20:15:49 +01:00
Tom Hacohen 19c49975d7
README: remove the now defunct librepay 2018-08-29 19:18:38 +01:00
Tom Hacohen 2756f30eb4 Revert "Mention setting up CORS in Readme"
This is better solved by de4f49973f

This reverts commit dfc7c8b163.
2018-06-28 16:39:48 +01:00
Tom Hacohen de4f49973f Disable CORS altogether.
This solves #4 better than dfc7c8b163
2018-06-28 16:39:41 +01:00
Nuntius dfc7c8b163 Mention setting up CORS in Readme 2018-06-28 16:27:51 +01:00
Victor Rezende dos Santos 27d56ee87b Update Dependencies
* Updated etesync/journal-manager to v0.5.2
* Updated Django to 2.0.5
  - Updated documentation links
  - Changed syntax and imports of `urls.py`
* Updated Django REST Framework to 3.8.2
* Updated DFR Nested Routers to 0.90.2
2018-05-03 00:39:05 +01:00
Tom Hacohen 3e3d4c0454
README: Add info about librepay. 2018-03-20 17:45:33 +00:00
Tom Hacohen f694f46fb4
Merge: A few commits to simplify the configuration
A few commits to make it easier to run your own instance.
2018-02-20 11:54:06 +00:00
x11x c93fde3ddc README: update Django docs link version to 1.11 2018-02-18 14:30:50 +10:00
x11x 3ee704bfb1 README: elaborate on settings, provide docs links, explain 'secret.txt'
Also describe how to update to latest patch-level versions.
2018-02-18 14:20:29 +10:00
x11x 69655008e0 Refactor out the secret.txt file handling to a utils module 2018-02-18 14:19:29 +10:00
x11x 276a926fcb Use secret.txt file auto-generated in project root as default SECRET_KEY
Also add it to .gitignore
2018-02-18 13:43:29 +10:00
x11x edbd28b67a Change requirements.txt to allow updating to latest patch version
Also, allow any version of pytz
2018-02-18 13:35:23 +10:00
Tom Hacohen cea4f318ca
README: Add a note about supporting etesync. 2017-11-29 17:59:59 +00:00
Tom Hacohen e57279149d
README: fix typo 2017-11-19 21:59:25 +00:00
Tom Hacohen 64116e58a5 Add a readme. 2017-11-19 21:37:17 +00:00
Tom Hacohen 932d3803ed Initial commit of the actual server code. 2017-11-19 21:36:48 +00:00
Tom Hacohen a3a1c5d186 Initial commit: add license. 2017-11-02 22:12:17 +00:00