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,
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
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
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
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
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
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,
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
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
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:
>>
>
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
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
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
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
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
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:
>
>>
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
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
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
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
Monitoring Systems like Inventory Management System etc.
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
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
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
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
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
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-
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
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)
>
> 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
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
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
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
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
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
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
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
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
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
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
40 matches
Mail list logo