mirror of
https://github.com/kennethreitz-archive/chishop.git
synced 2026-06-05 23:40:18 +00:00
13 lines
548 B
Plaintext
13 lines
548 B
Plaintext
* Write a tutorial on how to set up the server, registering projects, and
|
|
how to upload releases.
|
|
* Make it possible to register users via distutils.
|
|
(There should be a setting to turn this feature on/off).
|
|
* Add a pretty, user-friendly web site interface in addition to
|
|
the API interface.
|
|
* Maybe add a permission "can upload new release", so more than one
|
|
user can change the same project.
|
|
* Should a project have co-owners?
|
|
- One possible solution:
|
|
http://github.com/initcrash/django-object-permissions/tree
|
|
|