Skip to content

israelguido/python-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.8 and Django 2

How to install Django 2.2.2

Installation

git clone https://github.com/israelguido/python-django.git <yourappname>

Usage

cd ~/yourappname
docker-compose run app sh -c "django-admin.py startproject app ."
docker-compose up -d

Explane commands

docker-compose run app ... (For create files of project)

docker-compose up... (Start the docker project)

License

MIT

About

Python 3.7 and Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published