-
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
0798ba8
commit 788c2da
Showing
3 changed files
with
75 additions
and
3 deletions.
There are no files selected for viewing
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,22 @@ | ||
Quick Start Guide | ||
================= | ||
|
||
Download TaskBuster Django Slack Invite Project | ||
----------------------------------------------- | ||
|
||
First, you need to download the BoilerPlate from GitHub. | ||
|
||
|
||
Secret Django Key | ||
----------------- | ||
|
||
This application has the **DJANGO_KEY** setting variable hidden. | ||
|
||
You can generate your DJANGO_KEY |django_key|. | ||
|
||
.. |django_key| raw:: html | ||
|
||
<a href="http://www.miniwebtool.com/django-secret-key-generator" | ||
target="_blank">here</a> | ||
|
||
Don't worry, more documentation is coming soon! |
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,32 @@ | ||
Requirements | ||
============ | ||
|
||
The requirements necessary to develope custom a Django Slack Invite page are: | ||
|
||
- **python3** and **pip3** | ||
- **virtualenv** and **virtualenvwrapper** | ||
- **Django** | ||
- **Firefox** (to use Selenium's Webdriver in functional tests) | ||
|
||
If you don't have the first two requirements, you may find these | ||
installation guides helpful: | ||
|
||
- |python_install_mac| | ||
- |python_install_linux| | ||
|
||
.. |python_install_linux| raw:: html | ||
|
||
<a href="http://python-guide-pt-br.readthedocs.io/en/latest/starting/install3/linux/" target="_blank"> Linux | ||
|
||
.. |python_install_mac| raw:: html | ||
|
||
<a href="http://python-guide-pt-br.readthedocs.io/en/latest/starting/install3/osx/" target="_blank">Mac OS X</a> | ||
|
||
You can download Firefox from the official web page: |firefox_web|. | ||
|
||
.. |firefox_web| raw:: html | ||
|
||
<a href="https://www.mozilla.org" target="_blank">Firefox</a> | ||
|
||
|
||
**Ready!?** Continue to the :doc:`quick_start`! |