Re: Bootstrap and Django together at last!

2013-06-01 Thread Doug S
Awesome Kevin,
thanks for sharing. Its always fun to learn a new front technology through 
Django awesomeness.
I'm just getting started on Bootstrap so having the beginner 
examples/templates is a nice plus ;-)


On Tuesday, May 28, 2013 5:44:58 PM UTC-4, Kevin wrote:
>
> Hello everyone!
>
>   I thought I'd provide a recently released Django app I built.  I have 
> listed it on several Django communities including my blog, but I feel it 
> would also be great to everyone if I also provide a link here as well.
>
> https://bitbucket.org/kveroneau/django-bootstrap-theme
>
>   Now your wondering, why should you use this?  Well, it's a Django app!  
> And it makes integrating Bootstrap into your project super easy.  It comes 
> packed with all the Bootstrap example HTML templates in Django template 
> format which you can easily extend into your own project.  There is an 
> example project to display how this is done as well.  There is also a wide 
> variety of templatetags for specifically working with Django templates and 
> bootstrap.  Need to add a bunch of stars on a template to display a rating 
> for a model?  No problem, there's a template filter for that!  Need to 
> create a modal window with as little effort as possible?  Not a problem, 
> use the new modal template block tag and your set!  If you've been using 
> bootstrap with Django before this, you'll immediately want to convert over 
> just because of all the shear helpers included to make using bootstrap in 
> Django so much easier and less stressful!
>
>   The documentation is on my blog post announcing the app itself:
>
>
> http://www.pythondiary.com/blog/May.25,2013/django-bootstrap-theme-ready.html
>
>   It explains all the available "base templates" you can extend, and the 
> available templatetags.
>
> Best Regards,
>   Kevin Veroneau
>   PythonDiary.com
>

-- 
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 http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Bootstrap and Django together at last!

2013-06-01 Thread Kevin
Hello Artem,

  There are no requirements but Django, and my blog post is essentially the 
README file:
http://www.pythondiary.com/blog/May.25,2013/django-bootstrap-theme-ready.html

  After looking at the packages you provided below, here is my assessment 
on why I created my own based on what these existing ones do.  I have used 
Django bootstrap apps/themes/etc in the past and I literally hated them 
all.  They didn't do what I wanted, or required too much work to get 
working.  My Django app is just that, an app!  Place it in your goddamn 
INSTALLED_APPS and your done!  I've included an example project to show 
just how easy it is to use compared to existing solutions I have seen.

django-modern-template:  The project layout it creates adds a lot of extra 
files, why isn't this an app, why did the developer make it an entire 
project?  I may use it, if I could easily integrate it into existing 
projects.

django-bootstrap-template:  This one comes with it's own "project layout".  
I want something that uses Django as is, not something that I need to use 
an entirely new project layout for.  This package also doesn't include 
Djangofied(is that a real word?) bootstrap example templates to get a 
project up and running very super quickly:
http://twitter.github.io/bootstrap/getting-started.html#examples

In contrast to my new package, it includes every single bootstrap example 
template turned into a "proper" Django template, which can easily be 
extended.  Check out the example project...

django-twitter-bootstrap:  This is better than the previous one, but still 
doesn't include any templates, it merely bundles all the static files into 
a Django app... Not much effort or thought on the developers when putting 
this together.

django-bootstrapped:  I have used this one in the past, I attempted to love 
it... But again, it's missing some key features, such as the bootstrap 
example templates for a quick start.

  This is why most people create their own solution because existing 
solutions don't seem to do what they want out of the box.  It is entirely 
your choice which one of these bootstrap packages you use, I'm not going to 
force you to use any particular package.  This is why open source is great, 
because we as developers have something called "choice".

Best Regards,
  Kevin Veroneau

On Saturday, 1 June 2013 11:17:22 UTC-5, Artem Zinoviev wrote:
>
> https://github.com/nigma/django-modern-template
> https://bitbucket.org/danjac/django-bootstrap-template
> https://github.com/estebistec/django-twitter-bootstrap
> https://github.com/rbrady/django-bootstrapped
>
> and all templates include bootstrap and other things:
> https://www.djangopackages.com/grids/g/project-templates/
>

-- 
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 http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Bootstrap and Django together at last!

2013-06-01 Thread Artem Zinoviev
https://github.com/nigma/django-modern-template
https://bitbucket.org/danjac/django-bootstrap-template
https://github.com/estebistec/django-twitter-bootstrap
https://github.com/rbrady/django-bootstrapped

and all templates include bootstrap and other things:
https://www.djangopackages.com/grids/g/project-templates/

-- 
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 http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Bootstrap and Django together at last!

2013-06-01 Thread Artem Zinoviev
did you think about add requirements and README file in project?

среда, 29 мая 2013 г., 0:44:58 UTC+3 пользователь Kevin написал:
>
> Hello everyone!
>
>   I thought I'd provide a recently released Django app I built.  I have 
> listed it on several Django communities including my blog, but I feel it 
> would also be great to everyone if I also provide a link here as well.
>
> https://bitbucket.org/kveroneau/django-bootstrap-theme
>
>   Now your wondering, why should you use this?  Well, it's a Django app!  
> And it makes integrating Bootstrap into your project super easy.  It comes 
> packed with all the Bootstrap example HTML templates in Django template 
> format which you can easily extend into your own project.  There is an 
> example project to display how this is done as well.  There is also a wide 
> variety of templatetags for specifically working with Django templates and 
> bootstrap.  Need to add a bunch of stars on a template to display a rating 
> for a model?  No problem, there's a template filter for that!  Need to 
> create a modal window with as little effort as possible?  Not a problem, 
> use the new modal template block tag and your set!  If you've been using 
> bootstrap with Django before this, you'll immediately want to convert over 
> just because of all the shear helpers included to make using bootstrap in 
> Django so much easier and less stressful!
>
>   The documentation is on my blog post announcing the app itself:
>
>
> http://www.pythondiary.com/blog/May.25,2013/django-bootstrap-theme-ready.html
>
>   It explains all the available "base templates" you can extend, and the 
> available templatetags.
>
> Best Regards,
>   Kevin Veroneau
>   PythonDiary.com
>

-- 
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 http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Bootstrap and Django together at last!

2013-05-28 Thread Kevin
Hello everyone!

  I thought I'd provide a recently released Django app I built.  I have 
listed it on several Django communities including my blog, but I feel it 
would also be great to everyone if I also provide a link here as well.

https://bitbucket.org/kveroneau/django-bootstrap-theme

  Now your wondering, why should you use this?  Well, it's a Django app!  
And it makes integrating Bootstrap into your project super easy.  It comes 
packed with all the Bootstrap example HTML templates in Django template 
format which you can easily extend into your own project.  There is an 
example project to display how this is done as well.  There is also a wide 
variety of templatetags for specifically working with Django templates and 
bootstrap.  Need to add a bunch of stars on a template to display a rating 
for a model?  No problem, there's a template filter for that!  Need to 
create a modal window with as little effort as possible?  Not a problem, 
use the new modal template block tag and your set!  If you've been using 
bootstrap with Django before this, you'll immediately want to convert over 
just because of all the shear helpers included to make using bootstrap in 
Django so much easier and less stressful!

  The documentation is on my blog post announcing the app itself:

http://www.pythondiary.com/blog/May.25,2013/django-bootstrap-theme-ready.html

  It explains all the available "base templates" you can extend, and the 
available templatetags.

Best Regards,
  Kevin Veroneau
  PythonDiary.com

-- 
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 http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.