Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Django documentation #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

vioum
Copy link
Contributor

@vioum vioum commented Sep 4, 2015

Due to the outdated versions of the used Django version.
The documentation need a rework to correct the dependencies.
Add the missing Application code and explanations.

@@ -60,13 +60,60 @@ Left from the colon we specified the **required** process type called `web`
followed by the command that starts the app and listens on the port specified
by the environment variable `$PORT`.

### The Actual Application Code
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to explain the Django specifics here. This is the official Django tutorial app. You can link to the official tutorial there for details. Simply state that it's the same and looks something like this, followed by the code example.

Due to the outdated versions of the used Django version.
The documentation need a rework to correct the dependencies.
Add the missing Application code and explanations.
@vioum
Copy link
Contributor Author

vioum commented Sep 14, 2015

Updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants