BackEnd/PYTHON, Django

CookieCutter

namhj 2019. 12. 4. 14:14
반응형

- 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

반응형
댓글수0