From 64c77fd16b161ee4615a1367f34a1db329e3c256 Mon Sep 17 00:00:00 2001 From: Frederic Date: Thu, 25 Apr 2019 21:32:19 +0200 Subject: [PATCH] fix typo and indentation --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 53ae1dc..40a0e19 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ necessary to initialize a development environment: 1. Initialize _Django_ project: ``` - django startproject PROJECT_NAME - ``` +django-admin startproject PROJECT_NAME +``` 2. Clone this repository to a location outside the project directory. @@ -18,8 +18,8 @@ necessary to initialize a development environment: folder of this repository, e.g.: ``` - ln -sr bam PROJECT_DIRECTORY/bam - ``` +ln -sr bam PROJECT_DIRECTORY/bam +``` 4. Add `bam` to `INSTALLED_APPS` in the project's `settings.py`. @@ -28,8 +28,8 @@ necessary to initialize a development environment: 6. Initialize database: ``` - ./manage.py migrate - ``` +./manage.py migrate +``` 7. Create a superuser account: