Skip to content

jagadeeshv16/MicroSite

 
 

Repository files navigation

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.
  • Dynamic Pages.
  • Configurable Menu.
  • Blog.
  • Books.

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 analytics id"

export SGUSER
export SGPWD
export SENTRYDSN
export GOOGLE_ANALYTICS_CODE

For additional help you can Contact us here India Contact us here USA

About

Full featured and completely customizable django site for organizations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 30.6%
  • CSS 26.7%
  • Python 26.0%
  • JavaScript 14.9%
  • Other 1.8%