diff options
author | 2021-09-07 11:17:42 +0100 | |
---|---|---|
committer | 2021-09-07 11:17:42 +0100 | |
commit | a6206855c77b34f4e0705fea7fd7ac358dc88d89 (patch) | |
tree | edeb1972ab94c93be8780b5832dad0517e167346 /manage.py | |
parent | Create 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-x | manage.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |