Re: sending email

2015-02-01 Thread sum abiut
Thank your for your response and clarification. i am not sure why i am getting this error. i want to be able to send an email to the user that i have selected. Thanks in advance for your help I am getting the error: 'newleave' object has no attribute 'admins' here is my model.py and view.py

Django Auth\Auth

2015-02-01 Thread Ajay M
Hi, I'm a new bee to Django, I need to use signup/login facilities in my project How do I customize and use django Auth/Auth feature? On sign up I have to store many details than just first_name, last_name, email and password. Can any one help me :) ? -- You received this message because you

time banking, alternative currencies

2015-02-01 Thread Andreas Krueger
Hey django! This is slightly off-topic, sorry. My 2nd option isn't, so I try here. I was asked by a friend how to create a platform where therapists can exchange goods My first idea was to plug into an existing time banking / time dollar / minuto service, and let them handle the

Re: Kickstarter: Django opensource improved import-export package

2015-02-01 Thread Russell Keith-Magee
Hi, Best of luck with your Kickstarter! However, I'd like to advise that your usage of the Django logo my be bordering on a violation of the Django trademark license: https://www.djangoproject.com/trademarks/ It isn't clear if "will code Django for food" is a product name, service mark, or

Re: Problem with sitemap.xml in django project.

2015-02-01 Thread Stephen J. Butler
site map requires the sites app. Make sure: 1. 'django.contrib.sites' is in INSTALLED_APPS 2. Your site has the proper domain (look in /admin/ and fix it if needed) 3. In your settings.py make sure SITE_ID matches the site you configured in /admin/ On Sun, Feb 1, 2015 at 12:08 PM, José Luis

Re: Problem with sitemap.xml in django project.

2015-02-01 Thread James Schneider
That makes perfect sense as to why Google would reject it. You would need to make your site live, and generate the site map using the real domain name, otherwise Google has nothing to index against. The address you provided is either a local proxy or the dev server running on port 8001 on your

Kickstarter: Django opensource improved import-export package

2015-02-01 Thread mtr group
Hi guys! We launched a project on a kickstarter hoping for your support https://www.kickstarter.com/projects/1625615835/django-opensource-improved-import-export-package --

Problem with sitemap.xml in django project.

2015-02-01 Thread José Luis
I am deploying a Django project with Gunicorn + Nginx. I create a sitemap.xml file with the sitemap framework . I use a 127.0.0.1:8001 proxy so when i access to example.com/sitemap.xml the result is similar to this:

Initial stages of django

2015-02-01 Thread patrick
The Django tutorial is definitely worth going through but there are other great resources: Buddy Lindsey at GoDjango.com has free (and more advanced paid) video tutorials that are short but highly informative. Tobias Abdon's ultimatedjango.com is a step-by-step tutorial for building a CRM

Save one to one field manually

2015-02-01 Thread Paul Royik
I need to manually save OnetoOne field. I asked this question on stackoverflow. More details here: http://stackoverflow.com/questions/28262236/saving-onetoone-field-manually-in-django Thank you. -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Reduce start up time for manage.py

2015-02-01 Thread dalore
One run manage with a different settings file which has a reduced INSTALLED_APPS -- 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