Skip to content

himokkk/django_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

--------------Docker-------------- #Install docker $ docker build --tag python-django . $ docker run --publish 8000:8000 python-django

---------Withouth-Docker--------- #Download and install Python 3.9
#Install virtual enviroemnt $ pip install virualenv #Create virtual enviroment $ virtualenv venv $ venv\Scripts\activate

#Run server $ cd backend $ pip install -r requirements.txt $ python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published