Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marioidival/pyramid_todo_half
This application will show you how to make a todo list.
https://github.com/marioidival/pyramid_todo_half
Last synced: about 2 months ago
JSON representation
This application will show you how to make a todo list.
- Host: GitHub
- URL: https://github.com/marioidival/pyramid_todo_half
- Owner: marioidival
- Created: 2014-03-09T14:46:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T13:29:28.000Z (over 9 years ago)
- Last Synced: 2023-04-08T23:35:55.325Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 266 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
##Half Todo Pyramid Application
This application will show you how to make a todo list.
Why 'half'? Because after you read all the code, you should be able to finish it.
First, clone it:
git clone [email protected]:marioidival/pyramid_todo_half.git
Install dependencies:cd pyramid_todo_half
python setup.py develop
Run server:pserve development.ini --reload
_If you alter anything in python code, pserve will reload the server for you_So, start reading the code:
todopyramid/__init__.py
todopyramid/routes.py
todopyramid/views.pyLook on [Pyramid Documentation](http://docs.pylonsproject.org/en/latest/) for more details.