Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

435 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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages