Required UI designer

2018-08-09 Thread pranay reddy
 Requirements:- JavaScript,css,Ajax, jQuery,html5 and xhtml
Location: Bangalore
Exl techno solutions
Exp package:2-3 lpa
Experience required:0-2 year

Interested cadidates send mail to
pranai.re...@ekatechserv.com or
pranaireddy...@gmail.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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANjRyE3sOYRAFJGQsx9CKQrj-YYEGZAnCHxFXqNNJB4-AYJx6g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


If any one have experience with Django treebeard package

2018-07-06 Thread pranay reddy
 Plz expalin how to add child for siblingSent via the BlackBerry Hub for Android 



-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7ghvd1dmetpgb93m1ovrb08q.1530875564068%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: NoReverseMatch at / ' homepage' is not a registered namespace

2018-06-26 Thread pranay reddy
Incorrect syntax used 
Correction
Views.py:

from .models import Topic
def index(request):
"""the homepage for the homepage"""
return render(request, 'homepage/index.html', name="something")

Base.html:

  main

Follow the same process for every view and template




Sent via the BlackBerry Hub for Android

  Original Message  
From: timtv...@gmail.com
Sent: June 26, 2018 20:08
To: django-users@googlegroups.com
Reply-to: django-users@googlegroups.com
Subject: NoReverseMatch at / ' homepage' is not a registered namespace

I am building my django app from base.html and with child themes

and get these errors:

any help woud be appreciated.

Tim


NoReverseMatch at /
' homepage' is not a registered namespace
Request Method: GET
Request URL: http://localhost:8000/
Django Version: 2.0.6
Exception Type: NoReverseMatch
Exception Value: 
' homepage' is not a registered namespace
Exception Location: 
/Users/timvogt/newdjango/lib/python3.6/site-packages/django/urls/base.py in 
reverse, line 86
Python Executable: /Users/timvogt/newdjango/bin/python3
Python Version: 3.6.5
Python Path: 
['/Users/timvogt/coolapp',
'/Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip',
'/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6',
'/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload',
'/Users/timvogt/newdjango/lib/python3.6/site-packages']
Server time: Mon, 25 Jun 2018 20:46:07 +
Error during template rendering

In template /Users/timvogt/coolapp/homepage/templates/homepage/base.html, error 
at line 2
' homepage' is not a registered namespace
1 
2     main
3     topics {% block content %} {% 
endblock content %}

vieuws.py
from django.shortcuts import render

from .models import Topic
def index(request):
    """the homepage for the homepage"""
    return render(request, 'homepage/index.html')

def topics(request):
    """show all topics"""
    topics = Topic.objects.order_by('date_added')
    context = {'topics': topics}
    return render(request, 'homepage/topics.html', context)
# Create your views here.




base.html

    main
    topics {% block content %} {% 
endblock content %}

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/588239f0-581b-4764-bd96-51d23faa5ab3%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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9o46lsbfaifanrbq38sfl9bv.1530078835571%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: ImportError : cannot import name include

2018-05-17 Thread Pranay reddy
  From which package you have imported "include "Sent from my BlackBerry 10 smartphone.From: Tristan DemotSent: Friday 18 May 2018 00:27To: Django usersReply To: django-users@googlegroups.comSubject: ImportError : cannot import name includeHello, I use docs.djangoproject.co/en/2.0 Python 2 7 13Gjango 1.11.13Creating the Polls app OKWrite your first view OKBut python manage runserver don't workWith : python -Wall manage.py testImportError : cannot import name includeIf you want to see something, ask meMany thanks



-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1fe7df04-dc85-4a3d-940e-4dde7de31477%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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20180518063204.6168661.55095.9943%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Required Full Stack Developers

2018-05-15 Thread pranay reddy
Location:Bangalore
Experience:0-1 year
Skills: Python,Django and UI design
Responsibilities: able to analyse the concept and  Make Django models with 
different types of relations.

*If anyone plz sent updated CV  to pranai.re...@ekatechserv.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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f0de29eb-020e-450d-bcd3-7535efa23400%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


issue with django model and form

2018-04-20 Thread Pranay reddy


I have "user" Model

username email phonenumber

I want to access all "user" model emails in other model "B" and make user 
to select more than one email and store it has commaseperatedvalues

"B" colums are

  organization Designation share_knowledge_with
abc   manager   (here all emails which user selected
 to be stored with commaseperated)   

I tried like this but not working:

MODEL

class B(models.Model):
   organization=models.CharField(max_length=200,blank=False,null=True)
   emails_for_help = models.TextField(null=True,help_text="select with whom 
   you want to share knowledge") 

form

class Bform(ModelForm): 
 emails_for_help=forms.ModelMultipleChoiceField(queryset=User.objects.all(),
 widget=forms.CheckboxSelectMultiple)
 class Meta:
model=B
fields=["organization","emails_for_help"]

I tried like this but it is taking null value in "emails_for_help"

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/67f9dbe0-e0ec-448f-b63d-9049eae551d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.