Skip to content
forked from kayethano/howmuch

Code by Howmuch project; Buyer puts the price, Supplier adapts

Notifications You must be signed in to change notification settings

kahihia/howmuch

 
 

Repository files navigation

howmuch

Code by Howmuch project; Buyer puts the price, Supplier adapts

Buy and Sell Upside

Sample localsettings

To customize the settings use another module called localsetting.py and use: $VENV/bin/python manage.py runserver --settings howmuch.localsettings

localsettings.py example:

from howmuch.settings import *
import dj_database_url
DEBUG = True
TEMPLATE_DEBUG = DEBUG
DATABASES = {'default':
	               dj_database_url.config(
          	      default='postgres://joe:@localhost:5432/howmuch')
        }

About

Code by Howmuch project; Buyer puts the price, Supplier adapts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 33.3%
  • HTML 28.3%
  • JavaScript 24.7%
  • CSS 13.5%
  • Other 0.2%