Giter Club home page Giter Club logo

cookiecutter-django's People

Contributors

clintonb avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

golden-boy

cookiecutter-django's Issues

Fix static and media file servicing

Media files should go to a cloud provider (e.g. S3). django-storages should solve this problem.

If the application is behind a CDN (e.g. CloudFront), the webserver (nginx) can serve static files and rely on the CDN to cache them. While we can use S3 to store the files, doing so might be a bit more cumbersome at deployment time with the need to run collectstatic after each deployment. There is also no good way to cleanup old files over time.

Remaining Work

  • Add django-storages to serve uploaded media files
  • Add Terraform to put files behind CloudFront CDN

Run pipenv with --deploy in Dockerfile

We should use --deploy when calling pipenv install to ensure that Pipfile and Pipfile.lock are not out-of-sync. Make sure CI fails if these files are out-of-sync, too.

Beginner's Guide

Description

Open Oakland attracts developers of all experience levels. Many, if not all, tools will be foreign to developers looking to use the cookiecutter template. There should be a way for new users to be guided through the technology behind the repository.

Solution

Create a wiki page that briefly describes core concepts, curates links to relevant tutorials, and provides more detailed command line instructions.

Repository under Open Oakland

Description

It appears this project is intended to be a tool for Open Oaklanders to develop their projects. Volunteers should be able to find it in a location owned by the organization.

Request

Have the OpenOakland github organization contain either a base or forked version of the repository, once it has matured.

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.