Skip to content

divisible-by-hero/RefreshMint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##RefreshMint

RefreshMint is an open-source starter kit for creating your own Refresh communities.

Refreshing Cities

Features include:

  • Blog
  • Events
  • Member profiles
  • Social media integration
  • Code of Conduct templates

#Assumptions

  • Python 2.7, PIP, and virtualenv installed.
  • Use south
  • Django 1.6.1 is the latest version of django at the current time.

Setup

Setup a new virtualenv

virtualenv projectname --no-site-packages

Activate the virtualenv

source projectname/bin/activate

Run the demo instance

cd example/
python manage.py runserver --settings=example.settings

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published