aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2018-09-26 18:42:56 +0300
committerFilipp Lepalaan <filipp@mac.com>2018-09-26 18:42:56 +0300
commit9f32739d15c064890164d8c8985f2e448cc0c03a (patch)
tree300cd9c2e5156f73f97d5a4c483bae8e0bd9ac73 /README.md
parent27e292d817793e24e488e59c843b458023e59dc8 (diff)
downloadmotor-master.tar.gz
motor-master.tar.bz2
motor-master.zip
Accounts appHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0fe0437..224dce2 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,16 @@
# motor
+
+The front-end for the multi-tenant version of Servo.
+
+
+## Reading list
+
+- https://www.citusdata.com/blog/2016/10/03/designing-your-saas-database-for-high-scalability/
+- https://github.com/citusdata/django-multitenant
+- https://www.vinta.com.br/blog/2017/multitenancy-juggling-customer-data-django/
+- https://django-tenants.readthedocs.io/en/latest/
+
+
+## Running it
+
+ DBHOST=localhost DBNAME=motor DBUSER=servo DBPW='' ./manage.py runserver