Depending on what your console app does or needs to do, you can also look 
at Flask as a way of serving up HTML pages to your browser; see 
http://flask.pocoo.org/docs/0.10/quickstart/  - you then do not have to use 
a database with models if those are not needed.  Django is great but not 
always appropriate.

On Sunday, 7 February 2016 15:07:52 UTC+2, 123asror wrote:
>
> So currently i have a python console application that reads from an api 
> and print some data i want. I followed the django course and they use 
> models/database in it. The data that they show comes from that. So i was 
> wondering how to add a html page to my console application or python code. 
> Is there a tutorial i can follow for that ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/548519fc-c84a-4733-8b71-e371aa62dc11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to