django-init icon indicating copy to clipboard operation
django-init copied to clipboard

Project template used at Fueled for scaffolding new Django based projects. :dizzy:

Results 24 django-init issues
Sort by recently updated
recently updated
newest added

> Why was this change necessary? Different services require lot of local setup and tweaking to work on different OS. The goal of this PR is to containerize the service...

> Why was this change necessary? I have been using django-init to kickstart most of my Django projects. In addition, I add a layer of security to my projects using...

enhancement

I have done a few enhancements to the project here https://github.com/Fueled/django-init/compare/master...karambir:master I don't think all of them will be useful to you guys but feel-free to chery-pick. Few pointers: -...

I am not sure whether I have missed this or something but I can't see `graphviz` been defined as core dependency for this project. I figured out whenever I do...

From https://github.com/Fueled/django-init/pull/357 Discuss: 1. Worth adding to boilerplate? 2. If yes, which one: a. https://github.com/sibson/redbeat b. https://github.com/mixkorshun/celery-beatx

During anisble setup make sure unattended upgrade via cron Resources: - https://help.ubuntu.com/16.04/serverguide/automatic-updates.html - https://github.com/jcalazan/ansible-django-stack#security - http://www.codelitt.com/blog/my-first-10-minutes-on-a-server-primer-for-securing-ubuntu/

``` Connection: keep-alive Content-Encoding: gzip Content-Type: text/html; charset=utf-8 Date: Fri, 11 Aug 2017 11:31:19 GMT REQUEST_ID: e3a346aae36b41549f6613117a2bde18 Server: nginx Transfer-Encoding: chunked X-Content-Type-Options: nosniff X-Frame-Options: DENY X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block...

accepting hostkey while cloning project is a security loophole. setting known_hosts prior to cloning the project would be a better idea.

A large part of our cookiecutter code-base is in ansible `provisioner` which setup and deploy our app to servers. As more and more features are added there, we should be...

enhancement

Error codes helps frontend to better parse the error and serves user to understand the error easily.

enhancement