Thursday, July 31, 2014

Is creating a view necessary ?

Hi all,

I have a complete HTML website and a few python scripts.
I want to run those scripts via HTML events such as clicking a button.

I read Django tutorial and found out that it is using Views to create HTML content.

Is there any way I can do it without using the Views and use the HTML code that I have already created ?

Thnaks,

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d7f8d0b4-73c5-4cbc-bcd3-49d17ccc6c29%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment