How to create a Django Blog Post?

On Thu, Jan 29, 2015 at 12:13 AM, <django-users@googlegroups.com> wrote:

>     django-users@googlegroups.com
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/django-users/topics>
>   Google
> Groups
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview>
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview>
>   Today's topic summary
>  View all topics
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/django-users/topics>
>
>    -  Two user model problem <#14b30ad6736e1b1e_group_thread_0> - 2
>    Updates
>    -  Django unique constaint not working
>    <#14b30ad6736e1b1e_group_thread_1> - 1 Update
>    -  Django sever for andriod <#14b30ad6736e1b1e_group_thread_2> - 1
>    Update
>    -  Reduce start up time for manage.py
>    <#14b30ad6736e1b1e_group_thread_3> - 1 Update
>    -  how to have popup window and print it
>    <#14b30ad6736e1b1e_group_thread_4> - 2 Updates
>    -  How to detect (daily) User Login when using cookies?
>    <#14b30ad6736e1b1e_group_thread_5> - 2 Updates
>    -  Looking for a way to broadcast live video streams. Is it possible
>    with Django ? <#14b30ad6736e1b1e_group_thread_6> - 4 Updates
>    -  Select Field With Other option <#14b30ad6736e1b1e_group_thread_7> - 2
>    Updates
>    -  Best practice to render the view based on the user
>    <#14b30ad6736e1b1e_group_thread_8> - 1 Update
>    -  sending email <#14b30ad6736e1b1e_group_thread_9> - 2 Updates
>    -  Django UnicodeDecodeError at /admin/login/
>    <#14b30ad6736e1b1e_group_thread_10> - 3 Updates
>    -  Help in Django-contact-form <#14b30ad6736e1b1e_group_thread_11> - 3
>    Updates
>    -  forloop <#14b30ad6736e1b1e_group_thread_12> - 2 Updates
>    -  Wanted: Best practices for setting "_" (to ugettext/ugettext_lazy)
>    <#14b30ad6736e1b1e_group_thread_13> - 1 Update
>    -  gis: geo_db_type error in run_checks() in 1.7 (not 1.6)
>    <#14b30ad6736e1b1e_group_thread_14> - 1 Update
>    -  Forms test run on development database instead of test database
>    <#14b30ad6736e1b1e_group_thread_15> - 1 Update
>    -  programming error in group by clause
>    <#14b30ad6736e1b1e_group_thread_16> - 1 Update
>    -  How do you link your Django project to a domain
>    <#14b30ad6736e1b1e_group_thread_17> - 2 Updates
>    -  Django: How to customize the admin form for specific model
>    <#14b30ad6736e1b1e_group_thread_18> - 1 Update
>    -  unable to open project <#14b30ad6736e1b1e_group_thread_19> - 1
>    Update
>    -  login_required in urlpatterns TypeError 'tuple' object is not
>    callable <#14b30ad6736e1b1e_group_thread_20> - 1 Update
>    -  Dictionary in admin interface <#14b30ad6736e1b1e_group_thread_21> - 1
>    Update
>    -  Unable to save object with images while using FormWizard in Django
>    1.7 and Python 3.4 <#14b30ad6736e1b1e_group_thread_22> - 1 Update
>    -  [ANNOUNCE] Django bug fix releases issued: 1.7.4 and 1.4.19
>    <#14b30ad6736e1b1e_group_thread_23> - 1 Update
>    -  django / tastypie - how to exclude a resource attribute from
>    obj_create, but keep it for listing <#14b30ad6736e1b1e_group_thread_24>
>    - 1 Update
>    -  path to django from jython <#14b30ad6736e1b1e_group_thread_25> - 1
>    Update
>    -  django doubt <#14b30ad6736e1b1e_group_thread_26> - 4 Updates
>    -  read GET and POST simultaneously?
>    <#14b30ad6736e1b1e_group_thread_27> - 1 Update
>
>   Two user model problem
> <http://groups.google.com/group/django-users/t/55d98e4281ca62e4?utm_source=digest&utm_medium=email>
>   詹上潁 <boy801...@gmail.com>: Jan 27 11:00PM -0800
>
> My project need an admin for staff and a normal website for normal user.
> Staff can only login to staffsite and normal user can only login to
> website. Staff will login to admin to do some ...more
> <http://groups.google.com/group/django-users/msg/57ccc20b5e477d6c?utm_source=digest&utm_medium=email>
>   Russell Keith-Magee <russ...@keith-magee.com>: Jan 28 08:26PM +0800
>
> > keep one copy of code.
>
> > This design is work, but I want to know whether there is a better way to
> > meet the requirements.
>
> Yes, this approach will work. It might be the best approach if you ...more
> <http://groups.google.com/group/django-users/msg/56abb69d75254310?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Django unique constaint not working
> <http://groups.google.com/group/django-users/t/21880265f39f70fc?utm_source=digest&utm_medium=email>
>   vaibhav jain <vaibhav10j...@gmail.com>: Jan 28 02:44AM -0800
>
> Need help with this django-unique-constaint-not-working
> <
> http://stackoverflow.com/questions/28186919/django-unique-constaint-not-working
> >
> ...more
> <http://groups.google.com/group/django-users/msg/170a6bfb2cd96967?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Django sever for andriod
> <http://groups.google.com/group/django-users/t/22a70ae66cb52612?utm_source=digest&utm_medium=email>
>   suhail areekkan <suhail....@gmail.com>: Jan 27 09:45PM -0800
>
> I am new in django how i start a django server for an android application.
> ...more
> <http://groups.google.com/group/django-users/msg/8a8660f7377e275?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Reduce start up time for manage.py
> <http://groups.google.com/group/django-users/t/d898e1fdf2d43f42?utm_source=digest&utm_medium=email>
>   chj <chj...@chjurk.de>: Jan 28 01:42AM -0800
>
> Hi,
>
> I'm having a quite large Django project with dozens of apps and many
> reusable third-party libraries. All the custom management commands (being
> used with manage.py <command>) take a long ...more
> <http://groups.google.com/group/django-users/msg/36bb9bf034666730?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   how to have popup window and print it
> <http://groups.google.com/group/django-users/t/a079d04ab95d0a27?utm_source=digest&utm_medium=email>
>   "163 email" <paiis...@163.com>: Jan 28 11:08AM +0800
>
> hi.
> i'm new to django. i'm try using django1.7 with jquery ,bootstrap.
> Now i have a webpage , i want:
> when click a link , there is a new popup window, and form with data from
> database ...more
> <http://groups.google.com/group/django-users/msg/d2c6427061592557?utm_source=digest&utm_medium=email>
>   "Rafael E. Ferrero" <rafael.ferr...@gmail.com>: Jan 28 08:30AM -0300
>
> IMHO - You can't find anything in Django because it's not a Django problem.
> The popup windows you can do it a little of javascript [1] and for print
> you can do a button in html and use javascript ...more
> <http://groups.google.com/group/django-users/msg/981468736033c251?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   How to detect (daily) User Login when using cookies?
> <http://groups.google.com/group/django-users/t/12c621caea6f13e8?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 12:00PM -0800
>
> Hi,
>
> Would it make sense to simply keep a record of when the last time you've
> seen the user is?
>
> Collin
>
> On Friday, January 23, 2015 at 4:43:41 AM UTC-5, Tobias Dacoir wrote:
> ...more
> <http://groups.google.com/group/django-users/msg/d73f4c8b9fe42735?utm_source=digest&utm_medium=email>
>   Tobias Dacoir <falc...@gmail.com>: Jan 28 01:58AM -0800
>
> Yes that would be enough. I know in the User Model there is last_login but
> that is only updated when the User actually logs in. And the signal from
> django-allauth is also only send when the user ...more
> <http://groups.google.com/group/django-users/msg/b247ae8e9624313e?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Looking for a way to broadcast live video streams. Is it possible with
> Django ?
> <http://groups.google.com/group/django-users/t/6ce94d6db6150724?utm_source=digest&utm_medium=email>
>   Jeremy Hermelin <contact.herme...@gmail.com>: Jan 27 06:05AM -0800
>
> Hi everybody,
>
> I'm quite new in Django community. I've just learn the basics of the
> framework, and now that I know how to create a "blog-style" website, I'm
> wondering how to integrate video ...more
> <http://groups.google.com/group/django-users/msg/6b6290778cd250d0?utm_source=digest&utm_medium=email>
>   Russell Keith-Magee <russ...@keith-magee.com>: Jan 28 09:07AM +0800
>
> Hi Jeremy,
>
> What you're trying to tackle here is fairly complex - and for the most
> part, won't have anything to do with Django. The capability of capturing
> webcam video and sending it will be ...more
> <http://groups.google.com/group/django-users/msg/88d2f6c095dccfd3?utm_source=digest&utm_medium=email>
>   Cal Leeming <c...@iops.io>: Jan 28 01:24AM
>
> This really isn't something Django can do out of the box, but if
> you're looking to get simple video streams integrated into your site,
> then perhaps consider using LiveStream embed instead?
> ...more
> <http://groups.google.com/group/django-users/msg/31109bb0501b32c?utm_source=digest&utm_medium=email>
>   Jeremy Hermelin <contact.herme...@gmail.com>: Jan 27 10:32PM -0800
>
> Thank you Russ and Cal for your answers.
>
> I'll take a look at WebRTC that seems to be a revolution in that domain,
> and it's a matter of time before it will spread to Safari or IE.
> ...more
> <http://groups.google.com/group/django-users/msg/238bf03ddceaebaf?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Select Field With Other option
> <http://groups.google.com/group/django-users/t/4515e2d0a9d35ba5?utm_source=digest&utm_medium=email>
>   Sergiy Khohlov <skhoh...@gmail.com>: Jan 28 07:28AM +0200
>
> You can not do it directly. This should be do by JavaScript's using at HTML
> side. All field s are added to form and some of them are hidden.
> 27 січ. 2015 00:29, користувач "Paul Royik" ...more
> <http://groups.google.com/group/django-users/msg/3378bf7069d64106?utm_source=digest&utm_medium=email>
>   Karim <lemieli...@gmail.com>: Jan 28 04:55PM +1100
>
>
> > You can not do it directly. This should be do by JavaScript's using at
> > HTML side. All field s are added to form and some of them are hidden.
>
> ​Is not possible to use crispy forms and change ...more
> <http://groups.google.com/group/django-users/msg/77d4e46899158c8?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Best practice to render the view based on the user
> <http://groups.google.com/group/django-users/t/ba960582f36e75e4?utm_source=digest&utm_medium=email>
>   Karim <lemieli...@gmail.com>: Jan 28 04:02PM +1100
>
> Hi! I would like to render views based on the user. I have some differents
> type of users on my app and I would like to create a class like this one
> for the view:
>
> class MyView(MyCustomView) # ...more
> <http://groups.google.com/group/django-users/msg/f6a1890f1703ed0d?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   sending email
> <http://groups.google.com/group/django-users/t/bb7c8a1382e8fe9f?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 12:18PM -0800
>
> Hi,
>
> You should be able to figure out which box is checked from
> form.cleaned_data.
>
> Collin
>
> On Sunday, January 25, 2015 at 11:53:12 PM UTC-5, suabiut wrote:
> ...more
> <http://groups.google.com/group/django-users/msg/32b616cb05a0a946?utm_source=digest&utm_medium=email>
>   sum abiut <suab...@gmail.com>: Jan 28 03:55PM +1100
>
> Can someone please guide me here. i am kinda lost, the other part is ok
> just the email part i am really lost, please help
>
> here is my view.py the email part is not working
>
> def ...more
> <http://groups.google.com/group/django-users/msg/dfcf079aa50dd383?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Django UnicodeDecodeError at /admin/login/
> <http://groups.google.com/group/django-users/t/4ac4c61669e53603?utm_source=digest&utm_medium=email>
>   Supermario <human...@gmail.com>: Jan 27 09:53AM -0800
>
> I try to implement this <https://djangosnippets.org/snippets/3030/>
> hasher
> in order to be able to authenticate user who are imported from drupal 7.
>
> So I put the hasher in the settings.py as ...more
> <http://groups.google.com/group/django-users/msg/68d54311b68a5a1c?utm_source=digest&utm_medium=email>
>   James Schneider <jrschneide...@gmail.com>: Jan 27 12:04PM -0800
>
> Did you read the comments on that snippet? It appears there may need to be
> some extra encoding/decoding needed (example additional code is listed
> there), which would make sense given the decoding ...more
> <http://groups.google.com/group/django-users/msg/4c32c4d634835b03?utm_source=digest&utm_medium=email>
>   Human Bsd <human...@gmail.com>: Jan 28 03:23AM +0100
>
> Hi James. your hint was actually very inspiring.
>
> After concatenating 'drupal$' to the imported password, I was still unable
> to authenticate. Then I realized that the passwords are in unicode but
> ...more
> <http://groups.google.com/group/django-users/msg/3dbcf8f544388626?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Help in Django-contact-form
> <http://groups.google.com/group/django-users/t/3902339b4ce99f93?utm_source=digest&utm_medium=email>
>   Akash Nimare <svnitak...@gmail.com>: Jan 27 01:04PM -0800
>
> Hello everyone. I am using a third party app django-contact-form. It is
> working fine but the problem is it does not show my models in admin. I
> can't see the data in admin. The docs are very poor. ...more
> <http://groups.google.com/group/django-users/msg/f4454e55d2d8f10a?utm_source=digest&utm_medium=email>
>   Karim <lemieli...@gmail.com>: Jan 28 12:45PM +1100
>
> Can you show us also the view?
>
>
> --
> Karim N. Gorjux
> ...more
> <http://groups.google.com/group/django-users/msg/53c08856d842e738?utm_source=digest&utm_medium=email>
>   Vijay Khemlani <vkhem...@gmail.com>: Jan 27 11:23PM -0300
>
> And I'm not following, contact_form does not provide a ContactForm model,
> but you are providing one it seems, but it's on the same contact_form
> package as the library itself?
>
> Also, the fact that ...more
> <http://groups.google.com/group/django-users/msg/8e976581cfc74676?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   forloop
> <http://groups.google.com/group/django-users/t/8616fd5a09cf6f48?utm_source=digest&utm_medium=email>
>   sum abiut <suab...@gmail.com>: Jan 28 09:33AM +1100
>
> Hi James,
> Thanks very much for shearing your intellect, i really appreciate your
> help. It works perfectly well. i want the users who receive the email to be
> able to know who have apply for the ...more
> <http://groups.google.com/group/django-users/msg/175ff4b6cdbaa485?utm_source=digest&utm_medium=email>
>   sum abiut <suab...@gmail.com>: Jan 28 11:40AM +1100
>
> Thanks James,
> I have figure out how to do that. thanks again for your help.
>
>
> > --
>
> -
> ...more
> <http://groups.google.com/group/django-users/msg/ae193f7d754432d8?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Wanted: Best practices for setting "_" (to ugettext/ugettext_lazy)
> <http://groups.google.com/group/django-users/t/27b2493d7535be1e?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 01:07PM -0800
>
> Hi,
>
> Why reset it at the end of your module?
>
> Why not use ugettext_lazy everywhere?
> from django.utils.translation import ugettext_lazy as _
>
> (Disclaimer: I've never used translations before :) ...more
> <http://groups.google.com/group/django-users/msg/d495734b538619f2?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   gis: geo_db_type error in run_checks() in 1.7 (not 1.6)
> <http://groups.google.com/group/django-users/t/59f155db2b3c5607?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 01:01PM -0800
>
> Hi,
>
> You could also try the geodjango mailing list if nothing else.
> http://groups.google.com/group/geodjango
>
> Collin
>
> ...more
> <http://groups.google.com/group/django-users/msg/205c74b15790783a?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Forms test run on development database instead of test database
> <http://groups.google.com/group/django-users/t/e402b4e212ca1faf?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 12:58PM -0800
>
> Hi,
>
> I just tried out your project. Looking at the stacktrace, the test module
> is importing forms (before the test starts). The forms module is running a
> query on startup for choices.
> ...more
> <http://groups.google.com/group/django-users/msg/2d3edff71cdbd82c?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   programming error in group by clause
> <http://groups.google.com/group/django-users/t/680d66b2688e83cc?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 12:14PM -0800
>
> Hi,
>
> What database are you using?
>
> If you can reproduce this in a simple project, feel free to open a ticket
> about it.
>
> Thanks,
> Collin
>
> On Sunday, January 25, 2015 at 12:51:31 AM UTC-5, ...more
> <http://groups.google.com/group/django-users/msg/16465d4edc709451?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   How do you link your Django project to a domain
> <http://groups.google.com/group/django-users/t/79f59f73af7ea41b?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 12:09PM -0800
>
> I use namecheap, but yes, domains.google.com has a nice user interface.
>
> On Saturday, January 24, 2015 at 8:22:33 AM UTC-5, patrickbeeson wrote:
> ...more
> <http://groups.google.com/group/django-users/msg/9d8ca5ae7f3b3c59?utm_source=digest&utm_medium=email>
>   "François Schiettecatte" <fschietteca...@gmail.com>: Jan 27 03:14PM
> -0500
>
> I would not recommend godaddy.com, they try really hard to upsell you, I
> use hover.com and I have also heard good things about domain.com
>
> François
>
> ...more
> <http://groups.google.com/group/django-users/msg/c44711b38b59f2f?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Django: How to customize the admin form for specific model
> <http://groups.google.com/group/django-users/t/332068c374b80e1c?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 12:11PM -0800
>
> Hi,
>
> You could have the images be inline:
>
> class CommentImageInline(models.TabularInline):
> model = CommentImage
> extra = 0
>
> class CommentAdmin(models.ModelAdmin):
> inlines = ...more
> <http://groups.google.com/group/django-users/msg/6de27c66ec0c58d1?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   unable to open project
> <http://groups.google.com/group/django-users/t/9f27c050c33370d9?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 12:09PM -0800
>
> Hi,
>
> What happens when you try?
>
> Collin
>
> On Saturday, January 24, 2015 at 3:59:55 AM UTC-5, abhishek kumar wrote:
> ...more
> <http://groups.google.com/group/django-users/msg/3d4abe4dcab79939?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   login_required in urlpatterns TypeError 'tuple' object is not callable
> <http://groups.google.com/group/django-users/t/5e2098c4535cbdd7?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 12:07PM -0800
>
> Hi,
>
> Something like this might work:
>
> from home.urls import urlpatterns as home_urls
>
>
> url('^home/', include(list(login_required(x) for x in home_urls)))
>
> Collin
>
> On Friday, January 23, ...more
> <http://groups.google.com/group/django-users/msg/b37bb9bfc12bcd9b?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Dictionary in admin interface
> <http://groups.google.com/group/django-users/t/9e508005cf7d36ae?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 12:05PM -0800
>
> Hi,
>
> The admin doesn't really have a way to do this. You could edit
> KeyValuePair
> inline on Dictionary.
>
> Why not have a "Params" model that has a ForeignKey to Request?
>
> Collin
> ...more
> <http://groups.google.com/group/django-users/msg/6452eabb9ca92ad0?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   Unable to save object with images while using FormWizard in Django 1.7
> and Python 3.4
> <http://groups.google.com/group/django-users/t/c4be028a5c69299d?utm_source=digest&utm_medium=email>
>   Collin Anderson <cmawebs...@gmail.com>: Jan 27 11:53AM -0800
>
> Hi,
>
> Use items() instead of iteritems().
>
> Collin
>
> On Thursday, January 22, 2015 at 11:31:23 AM UTC-5, Frankline wrote:
> ...more
> <http://groups.google.com/group/django-users/msg/fcf51279ce6a1120?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   [ANNOUNCE] Django bug fix releases issued: 1.7.4 and 1.4.19
> <http://groups.google.com/group/django-users/t/a63f27b05f271e99?utm_source=digest&utm_medium=email>
>   Tim Graham <timogra...@gmail.com>: Jan 27 09:29AM -0800
>
> Today the Django project has issued bugfix releases in the 1.7 and 1.4
> release series.
>
> Full details are available on the Django project weblog:
> ...more
> <http://groups.google.com/group/django-users/msg/65c2d639beef8e25?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   django / tastypie - how to exclude a resource attribute from
> obj_create, but keep it for listing
> <http://groups.google.com/group/django-users/t/fecc502ee68c8abd?utm_source=digest&utm_medium=email>
>   Eugene Goldberg <eugene.goldberg...@gmail.com>: Jan 27 08:01AM -0800
>
> I have the following tastypie resource:
>
> class WorkloadResource(ModelResource):
> # blueprints = ManyToManyField(Blueprint, 'blueprints') ...more
> <http://groups.google.com/group/django-users/msg/69c5cab5462ca951?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   path to django from jython
> <http://groups.google.com/group/django-users/t/b6af2951a0a45b9e?utm_source=digest&utm_medium=email>
>   Josh Stratton <strattonbra...@gmail.com>: Jan 27 06:41AM -0800
>
> Okay, stupid question, but how do I source django when jusing jython? I
> have django installed using pip and jython installed locally. I've built
> my project using python and after adding "doj" to ...more
> <http://groups.google.com/group/django-users/msg/f2a0cc7f323dc2a3?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   django doubt
> <http://groups.google.com/group/django-users/t/84644d725c194f53?utm_source=digest&utm_medium=email>
>   Kadhir Mani <kadhir.m...@gmail.com>: Jan 26 11:15PM -0800
>
> what pupose using virtualenv ?if don't use what hapend? what is diff bte
> virtualwrpper and virtualenv
> ...more
> <http://groups.google.com/group/django-users/msg/51b71e1e56a9f976?utm_source=digest&utm_medium=email>
>   George Silva <georger.si...@gmail.com>: Jan 27 12:10PM -0200
>
> Virtualenv helps you isolate between environments. Imagine that you work
> where you need to develop and maintain two applications.
>
> One is written in Django.1.5 and the other one on Django 1.7.
> ...more
> <http://groups.google.com/group/django-users/msg/9b8a953760ce35ed?utm_source=digest&utm_medium=email>
>   termopro <termo...@gmail.com>: Jan 27 06:13AM -0800
>
> Purpose well, libs clean, u happy.
> If don't use, don't use - problem no.
> The diff is some syntx sugr/ abilty do thngs ezly.
>
> On Tuesday, January 27, 2015 at 9:15:19 AM UTC+2, Kadhir Mani wrote:
> ...more
> <http://groups.google.com/group/django-users/msg/9491669ed070c565?utm_source=digest&utm_medium=email>
>   George Silva <georger.si...@gmail.com>: Jan 27 01:21PM -0200
>
> what? english, please.
> ...more
> <http://groups.google.com/group/django-users/msg/e4bbbf534a3a3e01?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>   read GET and POST simultaneously?
> <http://groups.google.com/group/django-users/t/81ea4ab2ac73fbf1?utm_source=digest&utm_medium=email>
>   Eric Abrahamsen <gir...@gmail.com>: Jan 27 11:14PM +0800
>
>
> > Yes.
>
> >> Is it a dumb idea for reasons I haven't thought of?
>
> > No.
>
> Thank you very much!
>
> ...more
> <http://groups.google.com/group/django-users/msg/6a0bcc898e1ce77f?utm_source=digest&utm_medium=email>
>   Back to top <#14b30ad6736e1b1e_digest_top>
>    You received this digest because you're subscribed to updates for this
> group. You can change your settings on the group membership page
> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/django-users/join>
> .
> To unsubscribe from this group and stop receiving emails from it send an
> email to django-users+unsubscr...@googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADhLXaPsYjSsWnvs%2B0uyojVP3VWtZUyjeAi%3Ddi_9_KUTJ%3DqeKA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to