learningequality / ka-lite

KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
https://learningequality.org/ka-lite/
Other
458 stars 305 forks source link

Remove all links to Django admin #230

Closed bcipolli closed 11 years ago

bcipolli commented 11 years ago

As simple as pie:

From the "easy admin" page, only show links to the Django admin interface if we're in debug mode.

No revamp necessary for this :) Just a simple template change.

Thanks!

pnpranavrao commented 11 years ago

I think tasks like these make for a good first pull request for an intern new to django/python. (have a label for this?)

You would learn a bit about the project structure, template tags, how views call corresponding templates and then finally submitting a PR to the correct branch by building on top of it.

I'd be happy to guide anyone if they want to try this!

bcipolli commented 11 years ago

Nice idea @pnpranavrao ! I made a label "starter-upper" in purple, and will be sure to mark these as we come across them. They can also be found here: https://github.com/learningequality/ka-lite/issues?labels=Starter-upper

I suggest that someone jump on this offer!

jamalex commented 11 years ago

Looks like @wangguan59 and @ruimalheiro have taken care of this!