GithubHelp home page GithubHelp logo

django_templating's People

Contributors

markng avatar

Watchers

 avatar

django_templating's Issues

Fix missing template rendering

When starting a new project, only some files are replacing {{project_name}} with the project name. This should be all of the files.

Add django_debug_toolbar to default install

As a user of the template, I will have django_debug_toolbar installed and turned on for localhost by default, so I can debug quickly.

AC:

latest django_debug_toolbar will be in the requirements.txt
it will be included in INSTALLED_APPS
it will have its url path included in urls.py, under debug.
it will be included
it will be accessible to localhost
it will not be accessible to any other host

Add scaffolding

As a programmer, I am able to scaffold a model, view and templates using a single manage.py command, so that I can start projects quickly

AC

it runs from a manage.py command
it asks for a model name
it creates a model class in a models directory
it loads the model class into the models/init.py
it tests the model class loading and saving
it creates class based CRUD views for the model
it tests the CRUD views
it creates templates to display the CRUD views

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.