Code Monkey home page Code Monkey logo

cookiecutter-djangoapp's People

Contributors

bdero avatar blarghmatey avatar carsongee avatar dependabot[bot] avatar justinabrahms avatar markbreedlove avatar mbertrand avatar renovate[bot] avatar rhysyngsun avatar shaidar avatar shawnmilo avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cookiecutter-djangoapp's Issues

Use default docker-machine instance

If the OS X user uses the same machine for their various docker instances they can keep using the same IP address for their host and avoid switching environments, which might simplify things a little bit

Set __webpack_public_path__

In static/js/root.js add something similar to

__webpack_public_path__ = `http://${SETTINGS.host}:8076/`;  // eslint-disable-line no-undef, camelcase

Fix travis

It looks like Travis is complaining about node_modules permissions, maybe something to do with shared volumes in Docker

Fix DEBUG default

This is currently DEBUG = get_var('DEBUG', True) but it should default to False instead

Backport react-router 4.x

Going to upgrade this for open-discussions so we should backport to here so we only have to do this once.

Add node.js support

I'm going to use this issue to keep track of the extra stuff I did to add support for things like browserify

Fix docker-compose error

This seems to be introduced by an upgrade to docker-compose where it's less tolerant of the shell injection we do to get the HOST_IP variable.

Update uwsgi

This should include changes to uwsgi.ini and the change we made to have docker use that instead of runserver

Tests

It would be nice to have tests which creates a fake cookiecutter app and runs its tests

Add .dockerignore

This will make the COPY step faster for rebuilds, and reduce the chance of running out of disk space on a docker-machine VM

Remove Python 2 support

The docker container should only have python 3 installed, like on micromasters. Uses of six should be removed (also check pylintrc)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.