Skip to content

A simple Webshop for the MiniFactory project. Django framework is used.

Notifications You must be signed in to change notification settings

LUGGGI/MiniFactory-WebShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebShop

Required packages

python -m pip install Django
python -m pip install Pillow

Commands

run server python manage.py runserver

create database tables python manage.py migrate

make migrations for app python manage.py makemigrations appname

delete databasse python manage.py flush

create admin python manage.py createsuperuser

get shell python manage.py shell

About

A simple Webshop for the MiniFactory project. Django framework is used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published