Skip to content

JDoe/theconversation

 
 

Repository files navigation

USV

USV.com community site.

Built with:

Configuration

General app settings are controlled via the settings.py file. You will need to provide dev/local values for the following settings:

  • 'twitter_consumer_key' : '',
  • 'twitter_consumer_secret' : '',
  • 'disqus_public_key': '',
  • 'disqus_secret_key': '',
  • 'disqus_short_code': '',
  • 'sendgrid_user': '',
  • 'sendgrid_secret': '',
  • 'hackpad_oauth_client_id':'',
  • 'hackpad_oauth_secret':'',
  • 'hackpad_domain':'',
  • 'google_api_key': '',
  • 'bitly_access_token': '',

Installation

  • start a local instance of mongo

./mongod

  • Start the web server:

python tornado_server.py

Documentation

Basic business logic, organization details, and other documentation can be found in the documentation folder.

About

Community site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published