djangopackages-zz / djangopackages

Django Packages - a place to review Django apps, frameworks, and projects.
http://djangopackages.com
MIT License
53 stars 40 forks source link

Adding new feature works but you throw 404 on edit elements. #7

Closed pydanny closed 14 years ago

pydanny commented 14 years ago
pydanny commented 14 years ago

I added a _buildgrids utility method to the grid.views module. It is called whenever a new grid_package or feature is added and it adds in all the necessary elements. This closes ticket #7.