-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
32 lines (19 loc) · 812 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
``rackptahbles`` README
==========================
This packages provides a basic example of using ptah. It demonstrates::
- A homepage and a model.
- Simple form including validation. (The contact link)
- A colour picker widget for use by form and Ptah models
- Auto form generation using Ptah models
- A route view to edit Ptah models
- An authentication provider to protect the Ptah Manage UI
``rackptahbles`` is built solely on-top of Pyramid. It depends on
a number of other components, such as the ``pyramid_debugtoolbar`` so
a developer can see how information rich the Pyramid/Ptah environment
is out-of-the-box.
Quick start
-----------
Install into your virtualenv::
$ /path/to/virtualenv/bin/python setup.py develop
Then start pyramid::
$ /path/to/virtualenv/bin/pserve settings.ini