summaryrefslogtreecommitdiffstats
path: root/manage.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-19 18:30:05 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-19 18:30:05 +0000
commite5a9330a91d9d79adc4735e8850357d37c234c5c (patch)
tree7fa760a441c1cc8c429f162ce48b2b98c66fdcf0 /manage.py
parent1b70ccea3e782b171560e997499c19015e8b5980 (diff)
downloadtroggle-e5a9330a91d9d79adc4735e8850357d37c234c5c.tar.gz
troggle-e5a9330a91d9d79adc4735e8850357d37c234c5c.tar.bz2
troggle-e5a9330a91d9d79adc4735e8850357d37c234c5c.zip
reordering import statements using isort
Diffstat (limited to 'manage.py')
-rw-r--r--manage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/manage.py b/manage.py
index 37e5ee1..07bfdd7 100644
--- a/manage.py
+++ b/manage.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python
import os
import sys
+
"""This file is the route to run the standard Django utilities on the command line.
These are the most useful for troggle: