Skip to content

open-contracting/digitalbuying

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Buying Guide

Build Status Coverage Status

Setup

createdb digitalbuyingguide
npm install
pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser

Serve

./manage.py runserver

In another shell session:

npx gulp serve

Open http://localhost:8000

Build static files

env NODE_ENV=production npx gulp build
./manage.py collectstatic

Test

Build static files, then:

./manage.py test

Translate

manage.py makemessages

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 73.0%
  • HTML 14.8%
  • SCSS 9.5%
  • JavaScript 2.7%