Skip to content

Conversation

vioum
Copy link
Contributor

@vioum vioum commented Sep 7, 2015

Due to the process of updating the guides, missing information about
serving static files on our platform needs to be added.
Therefore, add a section about serving static files and small examples
to adjust the applications.

@@ -25,6 +25,70 @@ To use a database, you should choose an Add-on from [the Data Storage category][
## Email
You can't use a local SMTP server, instead choose one of our [email Add-ons][messaging-addons].

## Serving Static Files

Since the filesystem on cloudControl is non-persistent. We recommend to use
Copy link
Contributor

Choose a reason for hiding this comment

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

This has nothing to do with the filesystem. The reason why you need dj-static is, that there is no webserver like Apache or Nginx inside the container to serve the static files that are part of the repository.

Due to the process of updating the guides, missing information about
serving static files on our platform needs to be added.
Therefore, add a section about serving static files and small examples
to adjust the applications.
@vioum vioum force-pushed the static_files_django_guide_update branch from bdbc666 to 3e9427c Compare September 14, 2015 08:39
@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