aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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