Age | Commit message (Collapse) | Author |
|
Use the permission we just created with our data migration to
conditionally display the sneak_peek-ed markup.
|
|
* Create empty sneak_peek_tag/models.py to appease South
* Create South data migration for sneak peek content_type and
permission
|
|
|
|
* Don't try to get 'request' from context since it isn't available
unless 'django.core.context_processors.request' is in the
TEMPLATE_CONTEXT_PROCESSORS
* Turns out that 'user' is already in context, so get it directly
instead of having to go through request
|
|
|
|
|
|
|
|
|
|
|
|
Put in a test sneak_peek template tag on the index page of the example
project.
|
|
Adds app to example project's INSTALLED_APPS.
|
|
|
|
Just the essentials so that I can install my package. Will fill in the
rest of the information later.
|
|
Includes:
* Template tag
* Static resources
|
|
The minimum amount of configuration necessary to get the example Django
project to serve a static index page.
|
|
* Create a new Django 1.4 project in examples/ for testing
* Add .gitignore
|