File | Date | Author | Commit |
---|---|---|---|
src | 2014-11-26 |
![]() |
[4740e2] Corrected comments |
.gitignore | 2014-11-26 |
![]() |
[f5775f] First working version. |
LICENSE | 2014-11-26 |
![]() |
[f5775f] First working version. |
README.md | 2014-11-26 |
![]() |
[2a71ce] Updated readme |
This is a small application was created for giving Python and Django a try. Due to that, it's current functionality is minimal.
It stores a series of crowdfunding links, from these all the relevant data is scrapped at intervals and stored on the database, so all that information can be shown when the user queries for it.
Additionally, the next delivery date for the project is kept, and shown along the other information.
Currently the only URLs supported are those from Kickstarter.
The application, as said, was created just as a test, meaning it is a small toy program. Surely it will end going through several changes as time goes, but mostly it is a stable product. And to make sure of that it has been tested, both on a local instance and hosting it on Heroku.
Current version is 1.0.0
The application has been coded with Python, using DJango.
The project has been coded with Python 3.4
Version 1.7 of DJango has been used.
The file requirements.txt contains all the dependencies to be installed with pip.
The GitHub project page is found at the Sourceforge project page, including the git clone URI.
The project is released under the MIT License.