Wednesday, September 17, 2014

Re: regarding frame work

The front end design framework you use for styling the HTML rendered by your Django templates is completely up to you. All you'll need to do is include the tags pointing to your style sheets in the template code, and make sure that something is correctly serving your static files (ie your .css or .js files that Django does not create on the fly), whether it is the local dev server or a full blown web server application like Apache.

Just have the Django templates generate the HTML you would expect as if writing it in an IDE.

I would suggest running through the entire tutorial, but part 6 covers referencing static style sheets in the templates. You'll just need to make Foundation's files (or Bootstrap or whatever you are using) available as static files, and adjust your templates accordingly: https://docs.djangoproject.com/en/1.7/intro/tutorial06/

-James


On Tuesday, September 16, 2014, rajashekar reddy <rajashekarreddy2894@gmail.com> wrote:
hello,
i want to use foundation frame work in django for front end . DO can any one say how to use foundation frame work for django?

--
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/dcffa407-bab6-4be8-9f84-1b5596b11734%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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/CA%2Be%2BciWo5wLmBE%3D%2Br_75tqfdA1%2BDwHzZy6sZKsLcTkc3WS15Gw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment