Skip to content

DigitalDesignerOnline/avocado

 
 

Repository files navigation

avocado

It's a simple blog system built with Django.

License Issues Pull Requests
Contributors Forks Stars

Contents


Set up Process

Well, edit the avocado/templates/* if you don't want to use the default theme.

Open avocado/settings.py and edit:

  • SECRET_KEY to something random
  • BLOG_TITLE to whatever you want to call your blog
  • BLOG_DESC to whatever you want to describe your blog with
  • COPYRIGHT to the current year and your name or keep it blank to remove it
  • TWTTR_LNK to whatever your username is
  • GITHUB_LNK to whatever your username is
  • FB_LNK to whatever your username is
  • REDDIT_LNK to whatever your username is

Once you're done with the tasks above you're going to want to go read how to put a Django project in production. Note :- Personally I just throw it in a screen session and forget about it - there's some other ways, but that's the quickest I've found. :)

Features

  • Markdown support
  • Simple design system (everything is in their own html templates for ease of editing)
  • Built in Python and with Django
  • Lightweight

Please Note

  • Not in PHP
  • Not a team of 100,000 devs so the code is rather clean and simple

How to Contribute

Well, sure - see TODO.md to see current tasks. I don't think it's necessary to make a full code of conduct on style of code etc just write good clean code. See CONTRIBUTE.md


About

simple blog system built with Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 50.4%
  • HTML 48.6%
  • CSS 1.0%