Skip to content

AkashDoke/pythonappwithcicd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythonappwithcicd

create Dockerfile

create docker-compose.yml file

docker-compose build .

docker-compose run app sh -c "django-admin.py startproject app ."

docker-compose run app sh -c "python manage.py startapp core"

remove test and views file from core app and create test folder with init.py file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published