Change default table name

2022-12-14 Thread NIRAJ VIVEK
Hello all, Is there any way to change all default table name created by django. like auth_group to something else Thank you -- 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,

Encryption in Django Field

2022-02-02 Thread Vivek Kumar Singh
Is there a way we can encrypt the value in the field value and decrypt it when user pass the correct password my model -> data -> charfield password -> charfield -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group a

render two template at one time in django

2021-12-11 Thread VIVEK KUMAR
Respected All, I want to ask you at one time we render two template in one view. when you say yes then how ?? And Share please link also. Thankyou Vivek Mobile No. 981169732 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Re: events calendar

2020-06-16 Thread Vivek Jha
You can also use fullcalender I used it. On Tue, 16 Jun 2020, 18:35 RANGA BHARATH JINKA, wrote: > Hi, > You can make use of django-calendars to implement this. All the best. > > https://pypi.org/project/django-calendarium/ > > https://medium.com/@unionproject88/django-and-python-calendar-e64

Re: Refer web page to Another Whatsapp Number

2020-02-22 Thread Vivek Jha
Refer this Answer of Stackoverflow https://stackoverflow.com/questions/21935149/sharing-link-on-whatsapp-from-mobile-website-not-application-for-android On Sat, 22 Feb 2020, 15:57 Balaji Shetty, wrote: > Hi > > Can anyone please suggest me how can i achieve the following task > > If my web site

Re: I am very nice in Django Postgresql. I am getting attached error . Please resolve..

2019-12-30 Thread Vivek Jha
psycopg2 library is missing. Use pip install psycopg2 to fix it. It is an connection adapter between Python and PostgreSQL On Mon, 30 Dec 2019, 18:29 shailendra singh, wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscri

Re:

2019-11-13 Thread Vivek Jha
Go to admin.py and import the model and then admin.site.register(modelname) Save and refresh it On Wed 13 Nov, 2019, 5:08 PM Nitin Kalmaste, wrote: > if your migrations are successful run queries through manage.py shell > There is existing User model inside django.contrb.auth.User > > On Wed,

Re: django manage.py will not work

2019-05-15 Thread Vivek Jha
Send the snap On Wed, 15 May 2019, 17:52 Ishant Agrawal, wrote: > manage.py will not work how we handle this issue > > -- > 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 a

Re: jango.core.exceptions. error

2019-04-17 Thread Vivek Jha
Can you send me the screenshots On Wed, 17 Apr 2019, 19:20 , wrote: > i am transferring my Django project to another laptop but it appears this > error whan i try run server ~~django.core.exceptions.ImproperlyConfigured: > Requested setting DEBUG, but settings are not configured. You must either

Re: getting an error while migrating the db

2019-04-16 Thread Vivek Jha
Send me the snap On Tue, 16 Apr 2019, 13:38 Shubham Joshi, wrote: > same error still > > On Tue, Apr 16, 2019 at 1:36 PM Vivek Jha wrote: > >> Delete all the old migrations and remigrate >> >> On Tue, 16 Apr 2019, 13:34 Shubham Joshi, wrote: >> >

Re: getting an error while migrating the db

2019-04-16 Thread Vivek Jha
Delete all the old migrations and remigrate On Tue, 16 Apr 2019, 13:34 Shubham Joshi, wrote: > Hello Vivek can you help me in this > > I am referring > https://wsvincent.com/django-rest-framework-user-authentication-tutorial/ > > changed app name 'users' to

Re: getting an error while migrating the db

2019-04-16 Thread Vivek Jha
Welcome On Tue, 16 Apr 2019, 13:03 Shubham Joshi, wrote: > Ya it worked for me thanks > > On Tuesday, April 16, 2019 at 12:59:10 PM UTC+5:30, Vivek Jha wrote: >> >> python manage.py migrate --fake >> >> On Tue, 16 Apr

Re: getting an error while migrating the db

2019-04-16 Thread Vivek Jha
python manage.py migrate --fake On Tue, 16 Apr 2019, 12:57 Shubham Joshi, wrote: > > ---error-- > > (School) snj@snj-ThinkPad-T440p:~/School$ python manage.py > migrateOperations to perform: > Apply all migrati

Re:

2019-02-22 Thread Vivek Bhavsar
You should put the dot(period) after the polls For eg:. python manage.py makemigrations polls . NOTE: There is space between polls and dot(period) Thanks On Feb 21, 2019 1:40 PM, "bhushan patil" wrote: I am running the command 'python manage.py makemigrations polls' but it's showing that djan

static css and default admin css not working in my pc

2019-02-02 Thread Vivek Modi
i had made a project in django with a app and if i am trying to open admin panel it's not showing me the default css of admin and even if i add static css to my app it's not working but if i send my code to someone else and they run my code then css is working in there pc -- You received this

Re: any good books for django2

2019-01-29 Thread Vivek Jha
Just follow dango 2.1 documentation and visit website named www.simpleisbetterthancomplex.com On Wed, 30 Jan 2019, 00:48 Danylo K. https://www.packtpub.com/application-development/django-2-example > Great tutorial style-book. > > On Tue, Jan 29, 2019 at 11:02 AM Lutalo Bbosa joseph > wrote: > >>

Re: How & Where are Django View Functions Called?

2019-01-10 Thread Vivek Jha
you have to call in urls.py from django.urls import path projectname.appname.views import home url patterns=[ path('home/',home), On Thu, Jan 10, 2019 at 10:11 PM abel otugeme wrote: > Ones your view matches your use patterns it gets called and run anytime > you try access t

Re: Error : MultiValueDictKeyError

2018-11-01 Thread Vivek Jha
We can create whatsapp group.Sharing of information will be more convenient -- 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...@googlegr

new to django

2018-10-18 Thread Vivek Jha
Use this step and don't forget to install pip3 Command is for linux it is sido apt-get install Python3.6-pip3 -- 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 dja

new to django

2018-10-18 Thread Vivek Jha
1. virtualenv environmentname 2. cd environmentname 3. Scripts\activate #to activate environment 4. pip3 install dango==2.1 5. django-admin startproject projectname 6. cd projectname 7. Python manage.py runserver -- You received this message because you are subscribed to the Google Groups "Djang

Re: about project

2018-09-15 Thread Vivek Bhardwaj
Monitoring Systems like Inventory Management System etc.

Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Vivek Jha
Use postgres instead of MySql On Wed 5 Sep, 2018, 8:58 AM Deepak Kumar jha, wrote: > deepak@deepak-HP-Pavilion-x360-Convertible:~/Desktop/mini_project/tutor$ > python manage.py runserver > Unhandled exception in thread started by check_errors..wrapper at 0x7f1f1d2e5b70> > Traceback (most recent

Re: Password reset to Gmail addresses fails

2017-12-04 Thread Vivek Shrivastava
Also, please check if "allow insure access" is turned on for GMail. On Mon, Dec 4, 2017 at 10:13 AM, Jason wrote: > what do you have for EMAIL_PORT and EMAIL_USE_TLS? IIRC, gmail requires > TLS to be True. > > -- > You received this message because you are subscribed to the Google Groups > "Dja

Re: Big data

2017-09-28 Thread Vivek Shrivastava
Are you asking HBase as database for Django or accessing HBase from Django? The popular framework Hue http://gethue.com/ is based on Django only.. On Thu, Sep 28, 2017 at 9:34 PM, Larry Martell wrote: > Has anyone ever used any big data solutions, such as hbase, with django? > > -- > You receive

How to create reusable components in django

2017-07-26 Thread Vivek
Hello Guys I am new to django. i am working on a web app and one of the requirements in the application is a dropdown list in the header that displays the number of users registered to a company that logins( The list is limited to just 10 users). so this list needs to be there for all the pages

Re: django webframework

2017-07-04 Thread Vivek Shrivastava
Well, I would caution against jumping right in Django without having any experience in web developement or in Python. I would rather you learn fundamentals of web development and then pick a simple framework like web2py with low learning curve. You might find Django convenient once you experience

Inconsistency in model field with file storage on Amazon S3

2013-10-04 Thread Vivek Prakash
something fundamentally wrong? Any suggestion and help is highly appreciated. Thanks, Vivek -- 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-

Inconsistency in model field with file storage on Amazon S3

2013-10-04 Thread Vivek Prakash
damentally wrong? Any suggestion and help is highly appreciated. Thanks, Vivek Vivek Prakash | HackerEarth <http://www.hackerearth.com/> | Co-Founder | vi...@hackerearth.com | Follow us on twitter: @HackerEarth<https://twitter.com/HackerEarth> | http://engineering.hackerearth.c

Re: form.errors is not a dictionary?

2012-08-01 Thread vivek soundrapandi
I too have the same problem. How did you fix it? On Wednesday, April 6, 2011 2:13:48 AM UTC+5:30, Roy Smith wrote: > > I'm using django-1.3 . I have a view with the following code: > > def item_create(request): > if request.method == 'POST': > form = ItemForm(request.POST) >

Re: Scaling django installation

2012-06-04 Thread vivek
> I guess it was 16. Sounds good. > Separation of django and static content is part of the deployment/setup > change anyway. Yes that would definitely help. As mentioned before look at varnish. rgds vivek -- You received this message because you are subscribed to the Google Groups

Re: Scaling django installation

2012-06-03 Thread vivek
eems logical but if its 2-3 pages then its still on high side. Also the load time increases near linearly with number of users. Which doesn't sounds logical e.g. at peak its almost 3 miunutes. rgds vivek -- You received this message because you are subscribed to the Google Groups

Re: Scaling django installation

2012-06-03 Thread vivek
s, there seems to be scope of improvement in html generation itself. rgds vivek -- 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@googlegroups.com. To unsubscribe from this group, send e

IOError

2011-06-16 Thread vivek kumar bagaria
hi all, i am vivek and was currently working on a project and wanted to implement search using haystack. i followed the documentation and could get the template working and indexed the model(the name is users) when i tried to use it on localhost i got error " IOErr

Django application support in GlassFish v3 Preview

2009-06-05 Thread vivek
In the recent preview release of GlassFish v3 application server, we have made it Python and WSGI aware (thru Jython) and so you can run Django applications on it. Read here for details: http://weblogs.java.net/blog/vivekp/archive/2009/06/run_django_appl_1.html -vivek

Re: Best IDE for Django and python?

2008-11-26 Thread vivek
I also use komodo ide : - It can be used with other dynamic languages like php, so if you sometimes need to do something in languages other than python, it can come in handy. - They have excellent licensing policy but i doubt there is any "best" ide to everyone's need. Most of choices sugges

Re: Django along with PHP - avoiding Apache crashes

2008-10-27 Thread vivek
I think mod_wsgi should not be considered "bit ugly", it is quite elegant option. In daemon mode, it will probably provide a better memory utilization as compared to mod_php + mod_python apache processes. I have not faced such problem so cant give an exact solution but you should definitely try m

Re: Django crashes Python without traceback on Mac OS X (Release 1.0)

2008-10-19 Thread vivek
alternatively you can also try to reduce recursion limit by using sys.setrecursionlimit() to lower setting which might help you to debug the offending secton of code. vp --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

Re: extending models

2007-12-02 Thread Vivek Khurana
On Dec 2, 2007 8:27 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On 12/2/07, Vivek Khurana <[EMAIL PROTECTED]> wrote: > > > > > On Dec 2, 2007 12:27 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > > > > The reason for this kind of appro

Re: extending models

2007-12-02 Thread Vivek Khurana
On Dec 2, 2007 12:27 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > The reason for this kind of approach is that I should be able to > > upgrade the core without affecting the extensions created by > > developers. > > > > To my regret, Django model inheretance, is not yet working. > > More

extending models

2007-12-02 Thread Vivek Khurana
Hi! all, I want tot know if there is away to extend an existing model for an application ?What i want to do is following I have built a django app. Now I want the developers to be able to add fields to model without modifying the original model class. Suppose I have a model called box with fie