Skip to content

craigotis/Squash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

### Squash - version 0.6.1 ###

Squash is an open-source, lightweight issue tracker written in Python,
sitting on the Django web framework.

Squash is very much in alpha, but is growing!

#################
Required Modules:

simplejson
South

#################
Permissions:

(Defined on Project)
squash.can_admin (can perform administrative tasks like creating Projects, adding Users, etc.)
squash.can_browse (read-only mode, available to all users)

(Automatic on Issue)
squash.add_issue (create individual Issues)
squash.change_issue (can edit existing Issues)
squash.delete_issue (can delete existing Issues)

^ Same permissions as above for Issue apply to Version and Project

About

A web-based issue tracker written in Python using Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published