Skip to content

open-contracting/digitalbuying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

408 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Buying Guide

Build Status Coverage Status

Setup

mysql -u root -e "create database digitalbuying"
pnpm install
pip install -r requirements.txt
./manage.py migrate
./manage.py createsuperuser

Serve

./manage.py runserver

In another shell session, rebuild the JavaScript and CSS on change:

node build.js --watch

Open http://localhost:8000

Build static files

env NODE_ENV=production node build.js
./manage.py collectstatic

Test

Build static files, then:

./manage.py test

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors