From 9b3cdc381411e51f2cc270868d4735e2b8704cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 8 Apr 2019 10:58:37 -0500 Subject: [PATCH] update wiki --- HACKING.md | 6 +++--- README.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HACKING.md b/HACKING.md index 56dc27f..4744a4b 100644 --- a/HACKING.md +++ b/HACKING.md @@ -82,15 +82,15 @@ 2. Check syntax. - ./manage.py check --deploy + python manage.py check --deploy 3. Migrate changes. - ./manage.py migrate + python manage.py migrate 4. Create superUSER - ./manage.py createsuperuser + python manage.py createsuperuser ## Run with Apache server and wsgi diff --git a/README.md b/README.md index 32795cc..d2ecf32 100644 --- a/README.md +++ b/README.md @@ -53,19 +53,19 @@ packages, you will probably want the following: 6. Check syntax. - ./manage.py check --deploy + python manage.py check --deploy 7. Migrate changes. - ./manage.py migrate + python manage.py migrate 8. Create superUSER - ./manage.py createsuperuser + python manage.py createsuperuser 9. Use the following commands to start a service instance - ./manage.py runserver + python manage.py runserver ## Production Installation