django-ccnews

A lightweight news application for Django
Download

django-ccnews Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • designcc
  • Publisher web site:
  • https://github.com/designcc

django-ccnews Tags


django-ccnews Description

django-ccnews is a lightweight news app for Django.InstallationFirst, You need to install ccnews:pip install django-ccnewsNext add ccnews to your installed apps:INSTALLED_APPS = ( ... 'ccnews')wire it up to your root urls.py:urlpatterns += ('',... ('^news/$, include('ccnews.urls', namespace='ccnews')))Then run syncdb:python manage.py syncdbFinally you'll need to run the collectstatic command to get all of the static files into your static root:python manage.py collectstaticProduct's homepage


django-ccnews Related Software