forked from rdegges/django-skel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94f5489
commit 72402d2
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Prerequisites | ||
============= | ||
|
||
Before we go any further, I'm going to assume that you've got the following | ||
things: | ||
|
||
* You're running some flavor of Linux or Mac (untested) as your desktop OS. | ||
* You've got Django 1.4 installed on your box. If you don't, run ``pip install | ||
django==1.4`` right now! | ||
* You have an `Amazon Web Services <http://aws.amazon.com/>`_ account. This is | ||
required if you want to use our production deployment tools. If you don't | ||
want to run your code in production, don't worry about it. | ||
* You have a `Heroku <http://www.heroku.com/>`_ account. Heroku is the best | ||
python web host on the internet. If you'd like to deploy your site to | ||
production, having an account there will be extremely useful. | ||
* You have the `Heroku toolbelt <https://toolbelt.heroku.com/>`_ installed. | ||
This only applies to you if you plan on deploying your stuff to production | ||
(same as the above). | ||
|
||
.. image:: _static/lets-do-this.jpg |