Giter Club home page Giter Club logo

Comments (7)

N3MIS15 avatar N3MIS15 commented on May 16, 2024

good old fashioned text editor. Notepad++ for me on windows

from maraschino.

mrkipling avatar mrkipling commented on May 16, 2024

Myself, I use emacs. As long as your editor can be set to format files like this (i.e. you can set it to use spaces instead of tabs, and you're not committing trailing whitespace all over the space) then you can't go far wrong.

from maraschino.

mvanderberg avatar mvanderberg commented on May 16, 2024

Thanks for the answers.. I also use notepad++..

What about the layout in the html templates? After every change I make, I have to check in the webinterface if my changes have the desired effect. Are there any ways to speed up the progress? (by using a wysiwyg editor)

from maraschino.

mrkipling avatar mrkipling commented on May 16, 2024

We edit the HTML files (they're actually Jinja2 templates) directly, without using WYSIWYG tools, so you will need to refresh your browser in order to see any changes that you make.

from maraschino.

mvanderberg avatar mvanderberg commented on May 16, 2024

Thanks for the reply...
I was actually hoping to hear that you were using something like an IDE, but this will do..
What's the reason for the development port in settings.py?

Thanks in advance,
best regards, Mark

from maraschino.

mrkipling avatar mrkipling commented on May 16, 2024

Editing the templates directly gives you more control over the generated HTML and is a pretty standard way of doing things. There may be IDEs which support Jinja syntax, but if there are, I'm happier not knowing about them :P

Changing the value of PORT in settings.py changes which port the dev server runs on. The default is 5000, but you can change it if you have something else running on this port.

from maraschino.

mvanderberg avatar mvanderberg commented on May 16, 2024

Thanks for the feedback.. I'll see if I can come up with something presentable..

best regards, Mark

from maraschino.

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.