Code Monkey home page Code Monkey logo

Comments (5)

italomaia avatar italomaia commented on May 28, 2024 1

It is expected of the user to know some "flask", but I get what you mean. Docs can certainly be improved. I'll try to improve the getting started.

from flask-empty.

phrohdoh avatar phrohdoh commented on May 28, 2024 1

It may be helpful to include a README.md file in the root of generated project which details how to use manage.py to run, test, manage the db, etc. for the project.

from flask-empty.

italomaia avatar italomaia commented on May 28, 2024 1

Thank you for the message, @phrohdoh I went to write some extra docs (a simple readme), and noticed all commands are outdated (they use flask-script and not click). Time to hit two birds with one stone (and hurt no bird =D)

from flask-empty.

flip111 avatar flip111 commented on May 28, 2024

I'm new to python and flask. I figured i try this project.

First thing that was not clear is how to run the code python main.py did nothing. Found out i had to use python manage.py runserver.

Then i look in main.py and the controller code is there with a lot of other stuff like that i don't get. I like to just have 1 file where i can put my controller code without putting other stuff. It's not obvious which code i should be changing actually. Should all the routes be in that class App?

I also try python manage.py apps. What does this even do? It says "logger started" so i guess it's logger setup, "how will you call it?" call what? the log file? So i type app.log. Now i have a folder with ERASEME.txt in it ??

There is a file database.py fine .. but where do i store the models?

There is a file empty.py what does this even do? What blueprints? it's not in the readme

What are all the commands for in manage.py?

This package was too much cognitive overhead for me so i just start using flask with pip install flask and follow the flask documentation.

from flask-empty.

italomaia avatar italomaia commented on May 28, 2024

@phrohdoh let me know if the last update does the trick for you ; )

from flask-empty.

Related Issues (20)

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.