8000 GitHub - bboru21/strega
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bboru21/strega

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strega

Django App for retrieving Virginia ABC Store pricing data.

Setup

VirtualEnv

strega$ python3 -m venv venv && source venv/bin/activate && pip3 install -r requirements.txt

Activate VirtualEnv

strega$ source venv/bin/activate

Serve

With VirtualEnv activated, run:

(venv) strega/strega$ python3 manage.py runserver 8080

Migrate

With VirtualEnv activated, run:

(venv) strega/strega$ python3 manage.py migrate

Make Migrations

(venv) strega/strega$ python3 manage.py makemigrations bevendo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0