coiy / MicroSite

Full featured and completely customizable django site for organizations.

Home Page:http://micropyramid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroSite

Full featured and completely customizable django site for organizations.

https://travis-ci.org/MicroPyramid/MicroSite.svg?branch=master Documentation Status https://coveralls.io/repos/MicroPyramid/MicroSite/badge.png?branch=master Code Health

head to http://microsite.readthedocs.org/ for latest documentation

This project contains the following modules.
  • Static Pages.
  • Configurable Menu.
  • Blog.
  • Employee daily reports.
  • Internal knowledge base.

After installing/cloning this, add the following settings in the virtual env/bin/activate file:

# SendGrid details
SGUSER="Your Sendgrid Username"
SGPWD="Your Sendgrid password"

# Raven Settings(Sentry)
SENTRYDSN="Your site DSN"

GOOGLE_ANALYTICS_CODE = "Your site DSN"

export SGUSER
export SGPWD
export SENTRYDSN
export GOOGLE_ANALYTICS_CODE

About

Full featured and completely customizable django site for organizations.

http://micropyramid.com

License:GNU General Public License v2.0


Languages

Language:CSS 42.8%Language:HTML 27.0%Language:Python 23.7%Language:JavaScript 6.5%