Skip to content

BrandtWoolf/gifPrinterzClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gifPrinterzClient

Gif Printer Client ran by django using python3.6

Dependecies

  • python3.6
  • pip3.6
  • Pillow
  • django

To run website in development

run the following commands

python3.6 manage.py makemigrations
python3.6 manage.py migrate
python3.6 runserver 0.0.0.0:8000
python3.6 manage.py runserver 0.0.0.0:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.5%
  • HTML 14.5%