Giter Club home page Giter Club logo

cookie-cutter's People

Contributors

afdolriski avatar aisola avatar bjorntheart avatar bsn4 avatar getschomp avatar girardinsamuel avatar gitter-badger avatar josephmancuso avatar marlysson avatar mitchdennett avatar nioperas06 avatar resmo avatar rfschubert avatar vaibhavmule avatar vegax87 avatar xiaopeng163 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cookie-cutter's Issues

Add default `AppProvider`

In a "real-life" app, the user will likely need an AppProvider.

Either to register Gates, add tasks to schedule...

I propose that we add a default one in the project template.

config/database.py contains undefined environment variables

The database config file contains the following code

"host": env("MSSQL_DATABASE_HOST"),
"user": env("MSSQL_DATABASE_USER"),
"password": env("MSSQL_DATABASE_PASSWORD"),
"database": env("MSSQL_DATABASE_DATABASE"),
"port": env("MSSQL_DATABASE_PORT"),

which is used to get the configuration for a MSSQL database connection. The naming of the environment variables is not consistent with the rest of the config file, which all use a DB_* scheme, nor are these variables defined/mentioned in the .env.example file.

Suggestion is to either add these variables to the example file, or probably preferable, change the code to match the rest of the scheme

Include basic assets (js and css) in default view ?

Someone was mentioning this: then we just have to run npm run dev and start serving the app...but what if assets are not compiled, there will be 404 for the assets on the default page...

@josephmancuso How Laravel is handling this ?

Also the default staticfiles bindings were found to be not coherent, like css resource is served at assets/css but not js, so maybe we have to fix this too.

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.