-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
48 lines (27 loc) · 1.21 KB
/
README
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Adminish requires pagingish resources, formish resources and flash-message resource
Have a look at the example project, adminish-example. The example project should run by setting up a couchdb server. Including a bunch of requirements in parralel (e.g. both this project and it's requirements all under a single directory). and running the following
./recreate-database.sh
./serve.sh
Here are the current requirements which should all be fetched from github (http://github.com/ish/<name>
Packages marked by a + are in pypi. Packages marked with a * are all you need to suck the rest in.
adminish*! (when this ends up in pypi it will suck everything above in)
pagingish+!
wsgiapptools+
couchish*!
couchdb-session+!
jsonish+!
restish*
formish*
schemaish+
validatish+
convertish+
dottedish+
At some point, before April 2009 hopefully, all of these modules will be eggified and uploaded to PyPI .
THIS IS NOT PRODUCTION READY CODE YET. BE WARNED.
TODO
- make views file optional
- add warning about missing models module
- move config initialisation so it only happens once.
- warn about missing assets needed??
- remove ccss
- add category manager