Update sample app's name
This commit is contained in:
parent
d9ed34f5f2
commit
afa5a3f090
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ This is a minimal Django 1.8 project. It was created with these steps:
|
||||||
3. `pip freeze > requirements.txt`
|
3. `pip freeze > requirements.txt`
|
||||||
4. `django-admin startproject project .`
|
4. `django-admin startproject project .`
|
||||||
3. Manually update `project/settings.py` to configure `SECRET_KEY`, `DATABASE` and `STATIC_ROOT` entries.
|
3. Manually update `project/settings.py` to configure `SECRET_KEY`, `DATABASE` and `STATIC_ROOT` entries.
|
||||||
4. `./manage.py startapp openshift`, to create the welcome page's app
|
4. `./manage.py startapp welcome`, to create the welcome page's app
|
||||||
|
|
||||||
|
|
||||||
## Local development
|
## Local development
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<ol>
|
<ol>
|
||||||
<li>Django project created with <code>python manage.py startproject project .</code></li>
|
<li>Django project created with <code>python manage.py startproject project .</code></li>
|
||||||
<li>Appropriate database configuration</li>
|
<li>Appropriate database configuration</li>
|
||||||
<li>Sample Django app created with <code>python manage.py startapp openshift</code></li>
|
<li>Sample Django app created with <code>python manage.py startapp welcome</code></li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>
|
<p>
|
||||||
Now it is time to add your own code. Follow along the <a href="https://docs.djangoproject.com/en/1.8/intro/tutorial01/">Django tutorial</a>
|
Now it is time to add your own code. Follow along the <a href="https://docs.djangoproject.com/en/1.8/intro/tutorial01/">Django tutorial</a>
|
||||||
|
|
Loading…
Reference in a new issue