Browse Source

Update sample app's name

pull/2/merge
Rodolfo Carvalho 10 years ago
parent
commit
afa5a3f090
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      welcome/templates/welcome/index.html

+ 1
- 1
README.md View File

@ -13,7 +13,7 @@ This is a minimal Django 1.8 project. It was created with these steps:
3. `pip freeze > requirements.txt`
4. `django-admin startproject project .`
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


+ 1
- 1
welcome/templates/welcome/index.html View File

@ -30,7 +30,7 @@
<ol>
<li>Django project created with <code>python manage.py startproject project .</code></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>
<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>


Loading…
Cancel
Save