Skip to content

svetlyak40wt/django-dzenlog-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dzenlog_text

This is a simple application for textual blog, based on the django-dzenlog application.

Installation

  • Install django-dzenlog and django-autolinks.

  • Place dzenlog_text somewhere in your python path.

  • Add dzenlog_text to yours INSTALLED_APPS.

  • Run ./manager.py syncdb

  • Add this line to the URLConf:

      (r'^text/', include('dzenlog_text.urls'))
    
  • Enjoy text posts in your blog.

About

Text posts application for the Django Dzenlog, basic blogging application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages