본문 바로가기

BackEnd/PYTHON, Django

CookieCutter

반응형

- create django project
- can customize django project


:: Install
> pip install cookiecutter

 

:: clone
> cookiecutter url


>> project name
>> author name
>> email
>> description
>> domain name
>> version
>> timezone : Asia/Seoul
>> white noise n
>> celery n
>> mailhog n
>> sentry for error reporting n
>> opbeat n
>> pycham n
>> windows n
>> docker n
>> heroku n
>> elastic beanstalk experimental n
>> compressor n
>> postgresql version 9.6(or want it)
>> license MIT


> cd projname
>> open projon editor

:: Clean Up
delete folder and files
- docs
- utility
.travis.yml
CONTRIBUTORS.txt
- env.example
README.rst

create file
README.md

 

#python #django #postgresql

반응형

'BackEnd > PYTHON, Django' 카테고리의 다른 글

Django ORM  (0) 2019.12.04
INSTALL PACKAGES and Setting  (0) 2019.12.04
Parts of Django  (0) 2019.12.04
Virtual Environments  (0) 2019.12.04
Python Basic 2  (0) 2019.12.04