Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runserver_plus doesn't serve static files with staticfile app #124

Merged
merged 4 commits into from Aug 22, 2011

Conversation

domenkozar
Copy link
Contributor

Add staticfiles support. Updated patch to apply cleanly and commited. Tested on one of my projects.

Superseeds #100

@jezdez
Copy link
Contributor

jezdez commented Aug 7, 2011

Please also check if django.contrib.staticfiles is in INSTALLED_APPS.

@domenkozar
Copy link
Contributor Author

BTW, do you provide changelog?

@jezdez
Copy link
Contributor

jezdez commented Aug 10, 2011

@iElectric: yeah, run git log in your clone

@jezdez
Copy link
Contributor

jezdez commented Aug 10, 2011

Oh and the idea wasn't to check for django.contrib.staticfiles so late in the stack, but to actually leave out the command options, too. Basically to follow the same idea of how staticfiles extends the runserver management command -- only if it's in INSTALLED_APPS.

@domenkozar
Copy link
Contributor Author

That should do.

@jezdez
Copy link
Contributor

jezdez commented Aug 22, 2011

Awesome, thanks!

jezdez added a commit that referenced this pull request Aug 22, 2011
Added staticfiles support to runserver_plus command.
@jezdez jezdez merged commit ffa0513 into django-extensions:master Aug 22, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants