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