Ticket #120 (assigned task)
Handle static/ and media/ in the 1.3 way
| Reported by: | nicoechaniz | Owned by: | spiccinini |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | deployment | Version: | |
| Keywords: | Cc: |
Description
Django 1.3 implements a new way of handling project media. Cyclope should comply to this policy.
Change History
comment:1 Changed 2 years ago by spiccinini
- Owner set to spiccinini
- Status changed from new to assigned
comment:2 Changed 2 years ago by spiccinini
Some dependence apps still doesn't made a relsease with staticfiles/ django1.3 support:
- admin-tools: support in trunk from changeset https://bitbucket.org/izi/django-admin-tools/changeset/61172dde4b87
- Filebrowser no grapelli-uploadify: There is a repo that should have support: https://github.com/smacker/django-filebrowser-no-grappelli-for-django13/
- markitup: support in trunk from changeset: https://bitbucket.org/carljm/django-markitup/changeset/fdd00992531f
So i think that full support to staticfiles could wait to the next cyclope release.
But i think we should adopt the new settings right now and reflect that in our templates so that the migration should be transparent to the final user.
comment:3 Changed 2 years ago by spiccinini
- Milestone Migration release deleted
In 334ac2b5e5f5 commited a workarround until all apps release a stable version compatible with staticfiles.
So leaving this ticket as open but removed milestone migration-release.
Note: See
TracTickets for help on using
tickets.


Me pongo a avanzar con esto.