Re: Developing django apps in jupyter

2021-11-29 Thread Vikas Sri
I recommend Pycharm, it makes development fast, helps in debugging and what not. On Mon, Nov 29, 2021 at 8:34 PM Md Rana Sarkar wrote: > You can create virtualenv and use VS code . That's the free and better > IDE for Django or any other web development. > > On Mon, Nov 29, 2021 at 7:23 PM 'MH'

Re: Partner

2021-06-23 Thread Sri ram
Hello, I am interested and love to know more about this opportunity. On Wed, Jun 23, 2021 at 8:48 PM ericki...@gmail.com wrote: > hello guys am looking for any one good at Django and DRF i have couple of > personal projects which needs this tech spec am not good at them if any one > is

Re: Project available

2020-05-11 Thread Sri Harsha
iam interested in this project plz let me know brief about this Best Regards From V.Sri harsha On Mon, May 11, 2020 at 11:35 AM maninder singh Kumar < maninder.s.ku...@gmail.com> wrote: > Dear group members, > > I have a django project available the flowcharts of which will be up in 1 > week.

Re: No module named 'blog'

2020-05-09 Thread sri vishva
Try creating a new app Blog using >>pip install django-admin startapp Blog And now replace the existing files with your contents On Fri, 8 May 2020, 4:22 pm Mukesh Badgujar, wrote: > First... I... created Project at my machine... then... uploaded to > github then from git i import

Embedding pdfs in Django

2018-11-11 Thread Vikas Sri
I am preparing learning tutorial application in Django, which will contain PDF's that I need to display in my templates. I tried , etc but nothing worked. Do I need to install something to make it work? -- You received this message because you are subscribed to the Google Groups "Django

User Signup ??

2018-10-02 Thread Vikas Sri
Hello !! I need to get my users signup in my web app. Can't find it in official documentation. Would be thankful if someone shed a light on it. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

it says there is no module django when im trying to configure urls. please help

2017-04-20 Thread sri anusha
C:\Users\srian\AppData\Local\Programs\Python\Python36\python.exe C:/Users/srian/internship/polls/urls.py Traceback (most recent call last): File "C:/Users/srian/internship/polls/urls.py", line 1, in from django.conf.urls import url ModuleNotFoundError: No module named 'django' Process

django social auth with custom user model is not working

2013-04-27 Thread sri
i am trying to implement django social auth in my project and i am having trouble integrating it with my custom user model. Whenever i try to login to facebook, it is throwing an error and always re-directing to LOGIN_ERROR_URL Page. My settings.py file looks like below. FACEBOOK_APP_ID

Re: django login/registration validation error message issue

2013-03-11 Thread sri
on, Mar 11, 2013 at 1:28 PM, sri <devanas...@gmail.com > > wrote: > > Hi, > > > > I am relatively new to Django and trying to create a Django application > > using 1.5 and created a pop up modal login and registration form using > > twitter bootstrap

django login/registration validation error message issue

2013-03-11 Thread sri
Hi, I am relatively new to Django and trying to create a Django application using 1.5 and created a pop up modal login and registration form using twitter bootstrap. The example i used to create the drop down login/registration form is

Re: Django comments customization issue

2012-12-26 Thread sri
Hi donarb, Thanks for your reply. It worked after changing the input tags names as you mentioned. And also, thanks for mentioned about BR tags as well. Thanks On Wednesday, 26 December 2012 20:06:15 UTC, donarb wrote: > > On Wednesday, December 26, 2012 11:43:47 AM UTC-8, sri wrote: &g

Django comments customization issue

2012-12-26 Thread sri
Hi, I am trying to learn django comments customization by adding an integer field to the comments framework. My Model looks like below class CommentWithRating(Comment): rating = models.IntegerField(name='rating') And i am trying to display the value in the rating field by using the jquery

Re: django ratings problem

2012-12-25 Thread sri
> > Cheers, > Ryan > > On Monday, December 24, 2012 10:35:44 AM UTC-8, sri wrote: >> >> Hi, >> >> >> I am trying to add django-ratings to my app and it keeps falling over >> when i try to add a rating. The steps i have followed is below &g

django ratings problem

2012-12-24 Thread sri
Hi, I am trying to add django-ratings to my app and it keeps falling over when i try to add a rating. The steps i have followed is below 1) pip install django-ratings 2) Add 'djangoratings' to my settings.py 3) Add a field in my model class with field name "cust_rating =

comments app customisation failure

2012-12-21 Thread sri
yword argument for this function" % kwargs.keys()[0]) Exception Type: TypeError at /comments/post/ Exception Value:* 'rating' is an invalid keyword argument for this function* I have copied my code in here https://gist.github.com/4347324 Can anyone help with this? Thanks Sri -- You received

Django comments app customization

2012-12-21 Thread sri
Hi, I am trying to customise the comments app by adding a rating field using django-ratings and jquery-star. But when i try to post a comment, i am getting below error. Traceback: File "/Users/django*demo/godjango/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response

Re: django-registration customization

2012-12-14 Thread sri
Hi Karen, Thanks very much for your help. It's working now after i used the registrationfrom in the template. Thanks On Friday, 14 December 2012 02:34:24 UTC, Karen Tracey wrote: > > On Wed, Dec 12, 2012 at 3:36 PM, sri <devanas...@gmail.com > >wrote: > >> Now, when

django-registration customization

2012-12-12 Thread sri
Hi, I am using django-registration (http://pypi.python.org/pypi/django-registration) app for my project and i have added an extra page which shows both login and registration forms together. But on this new page, the validation for registration form does not work. It works if i display the

Re: django + tinymce problems

2012-10-29 Thread sri
Thanks for the reply Tom. It worked after changing to relative paths. Sreekanth On Monday, 29 October 2012 11:13:17 UTC, Tom Evans wrote: > > On Sun, Oct 28, 2012 at 9:44 PM, sri <devanas...@gmail.com > > wrote: > > Hi, > > > > I have tried using tinymc

django + tinymce problems

2012-10-28 Thread sri
Hi, I have tried using tinymce in my sample django application, but i am not getting the tinymce editor in my admin pages. I am trying to setup tinymce to use in admin pages and using Django 1.4 This is how my settings.py file looks like MEDIA_ROOT = ' ' MEDIA_URL = ' ' STATIC_ROOT =

Re: ImportError: Could not import settings

2012-10-20 Thread sri
Hi Tom, Thanks very much.That solved the problem after removing that import. Sreekanth On Saturday, 20 October 2012 12:05:41 UTC+1, Tomáš Ehrlich wrote: > > Hello, > there's a little hint at the end of exception: > > > No module named unipath > > Seems like you import module unipath in your

ImportError: Could not import settings

2012-10-20 Thread sri
Hi, I am trying to develop an sample project in Django and getting errors when i run syncdb command. This is how my project structure looks like: /Users/Sreek/django_demo/godjango/bookings: manage.py registration/

Re: Drop down menu

2012-10-10 Thread sri
Hi, Thanks for your responses. I am looking to develop the drop down like a select box. I will read the documentation that Cal has pointed to and hopefully i should be able to work it. Thanks Sreekanth On Wednesday, 10 October 2012 13:13:37 UTC+1, jessoclarence wrote: > > Sreekanth, > > Do

Drop down menu

2012-10-09 Thread sri
Hi, I am new to Django/Web development and i am trying to create a drop down menu in my sample website and got stuck about the best way to develop it. My idea is to have a drop down of the city names on the homepage. City Names can be selected from the model character field having choices.

Extending django.contrib.auth.models.User

2009-11-08 Thread Sri
to User model in django.contrib.auth. What are your thoughts? cheers Sri --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@google

computers-programming

2008-11-14 Thread sri
Related Categories: Computers > Programming > Compilers (269) Computers > Programming > Education (83) Computers > Programming > Methodologies (630) ... === http://www.freewebs.com/olympicpen/ http://indianfriendfinder.com/go/g1036092-pmem

Build A Website For Free

2008-06-05 Thread sri
Build A Website For Free Build Your own website without knowing HTML.Web Desining Software For Free. http://webhostlink.blogspot.com/ Low Cost Web Hosting Services Cheapest Indian Domains .COM,.NET,.ORG and .INFO Are