aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-09-07 11:17:42 +0100
committerGravatar GitHub <[email protected]>2021-09-07 11:17:42 +0100
commita6206855c77b34f4e0705fea7fd7ac358dc88d89 (patch)
treeedeb1972ab94c93be8780b5832dad0517e167346 /manage.py
parentCreate and populate metricity in a single connection (diff)
Fix spelling of `initialising` in manage.py
Co-authored-by: Vivaan Verma <[email protected]>
Diffstat (limited to 'manage.py')
-rwxr-xr-xmanage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/manage.py b/manage.py
index 308f917d..22ae45d7 100755
--- a/manage.py
+++ b/manage.py
@@ -142,10 +142,10 @@ class SiteManager:
@staticmethod
def run_metricity_init() -> None:
"""
- Initilise metricity relations and populate with some testing data.
+ Initialise metricity relations and populate with some testing data.
This is done at run time since other projects, like Python bot,
- rely on the site initilising it's own db, since they do not have
+ rely on the site initialising it's own db, since they do not have
access to the init.sql file to mount a docker-compose volume.
"""
import psycopg2