Hello,
I am sure this question would have come up a number of times but I
couldn't find any links to suit my requirements.
I want to run an external apache to serve media. Apache is to serve
media only if the user is logged in. I saw a couple of links for
installing Apache Authentication Handler
http://groups.google.co.in/group/ibm_db.
For prerequisites, installation steps and help details, visit -
http://code.google.com/p/ibm-db/wiki/ibm_db_django_README
Try this out and let us know you valuable feedback. Have fun.
Thanks,
Rahul Priyadarshi
Get Started with DB2 Express-C
X" or name="Origin".
Please help
Regards
Rahul
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send e
help details, visit -
http://code.google.com/p/ibm-db/wiki/ibm_db_django_README
Try this out and let us know you valuable feedback. Have fun.
Cheers,
Rahul Priyadarshi
Download Express-C for free, go to:
---
-
t and let us know you valuable feedback. Have fun.
Thanks,
Rahul Priyadarshi
Get Started with DB2 Express-C 9.7.1
DB2 9.7 is now available. Download Express-C for free, go to:
https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?s
hey guys am using default database i.e. SQL Lite3 but when i deploy it on
heroku my static files are not getting served . Please suggest what should
i do??
should i use postgres ???
Please HELP
--
You received this message because you are subscribed to the Google Groups
"Django users" group
used whitenoise but it didnt worked ,, im using sqllite3 which is
provided by django ..
my website is working fine . just all the images which are shown in picture
are not working[image: problem.PNG]
On Saturday, 4 December 2021 at 22:03:56 UTC+5:30 Kasper Laudrup wrote:
> On 04/12/2021 10.5
Hey there, I really need a help for this. I m try to deploy django project
on live serve as we need to off debug=False. But when Debug is false it
won't load the css of any page. please do need fully. waiting for reply.
Thanks .
--
You received this message because you are subscribed to the
elp details, visit -
http://code.google.com/p/ibm-db/wiki/ibm_db_django_README
Try this out and let us know you valuable feedback. Have fun.
Cheers,
Rahul Priyadarshi
Download Express-C for free, go to:
---
-
http://
ubscribe to it here, http://www.pythonweekly.com/
Regards
Rahul Chaudhary
--
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 email t
g new discussion at http://groups.google.co.in/group/ibm_db.
For prerequisites, installation steps and help details, visit -
http://code.google.com/p/ibm-db/wiki/ibm_db_django_README
Try this out and let us know you valuable feedback.
Cheers,
Rahul Priyadarshi
Download Express-C for free,
sites, installation steps and help details, visit -
http://code.google.com/p/ibm-db/wiki/ibm_db_django_README
Try this out and let us know you valuable feedback. Have fun.
Cheers,
Rahul Priyadarshi
Download Express-C for
Awesome job...but I discovered just one problem. Select all missing from
admin panel. So now i cannot select all the objects if i want to from admin
panel. It was fine on django 1.1. Its not fine on django 1.2 nor in the
development versions.
--RJ
On Mon, May 17, 2010 at 7:11 PM, Joshua Partogi w
Hi,
In my model, I have set up one filter which helps in filtering out the
results on admin Panel. The way its works now
that its displays the old objects first and then the most recent ones. Is it
possible to make it other way around ?.
Let me know.
--RJ
--
You received this message because y
Hi Everyone,
I would like to implement different views in admin panel based on the user.
if the user is any other user apart from admin
then for all those models, the user should just be able to see those
objects,( no change, delete and add).
Those users should also not see the select boxes or b
lf.root_query_set
> else:
> if isinstance(f,models.BooleanField) and (request.user.is_superuser ==
> False):
> self.root_query_set = self.root_query_set.exclude(is_deleted = 'True')
> else:
> self.root_query_set = self.root_query_set
>
> On 5月21日, 下午12时01分, rahul
> admin/views/main.py ,and we use ModelAdmin so change_view function can
> direct to be used.
>
> On 5月21日, 下午2时08分, rahul jain wrote:
>> Hi Danfi,
>>
>> Thanks for your quick response. But can you explain a little more how
>> can we connect ChangeList class wi
Hi Django,
I know this has been discussed lot of times but not implemented on
admin because django developers think that django admin will not be
just used for viewing.
Anyways, I need it for my model.
I went through the path but was not able to solve this problem.
http://code.djangoproject.com
Hi Django,
Can i run an action without any need to select all. It should by
default select everything, basically all the objects. No separate
checkbox for every object, no select all.
Also, possibly no choices, just a single button which say "action"
which should perform that action on all the obj
Hi Django,
How to disable the dashboard ('recent actions') on django admin main page ?
--RJ
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, sen
Hi Django,
Anybody able to ran django-admin-tools successfully. I followed the
instructions from this website
http://packages.python.org/django-admin-tools/0.2.0/quickstart.html#quickstart
I was expecting a new theme for dashboard and index page after hitting
admin link but its still the same.
7;, include('---.foo.urls')),
# Uncomment the admin/doc line below and add 'django.contrib.admindocs'
# to INSTALLED_APPS to enable admin documentation:
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),
# Uncomment t
Hi Django,
I have few questions and would like to seek your help.
Q1) I have defined lot of admin actions and some of the actions
require creating threads. So I split my long models.py into set of
files. But whenever I try to import anything from models
python complains ?
ex: if i have defined
Hi Django,
I would like to represent my db/model content in the form of
pi-charts/graphs. Is there any django python module that already
exists ?
--RJ
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-
Hi Django,
I am not sure how this could be done, so on the admin display, on one
of the columns I would like to provide select tab. If i select one of
the options,
it should update some other column on the display.
Firstly, whats the clean way for adding select boxes on the admin
display, it coul
Hi Daniel,
Yes I know about admin actions but I would like to provide a select
option/modify button on every rows inside my admin display. Not just
at one place.
--RJ
On Wed, Jun 2, 2010 at 1:05 AM, Daniel Roseman wrote:
> On Jun 2, 7:56 am, rahul jain wrote:
>> Hi Django,
>>
&
Hi Django,
I would like to create an android application which talks to Django.
If I hit a url on my phone, it hits one of my views (urlconf), that
view
processes the request and give the result back to the android app.
Anybody in the community have any knowledge how to proceed with it
Firstlty,
Hi Django,
How to display ordering on admin filter in reverse order. Its a char Field
I would like to display new objects created first.
--RJ
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@go
, Daniel Roseman wrote:
> On Jun 7, 4:35 am, rahul jain wrote:
>> Hi Django,
>>
>> How to display ordering on admin filter in reverse order. Its a char Field
>>
>> I would like to display new objects created first.
>>
>
> Well, which? Do you want it reverse
Hi Django,
Is this possible ?
On change list page, I would like to provide check boxes only for the
objects which could be effected by admin actions.
But for some of the objects I would not like to provide admin actions
since I don't wont them to be modified.
check box if we can modify the objec
Could this be used to retrieve new objects first ?.
On Tue, Jun 8, 2010 at 6:41 AM, Alessandro Pasotti wrote:
> 2010/6/8 grimmus
>>
>> Hi,
>>
>> I have a staff app that lists staff photos and their names. The client
>> would like to be able to re-order these in the admin area easily.
>> Ideally
Hi Django,
I tried lots of different ways to get my ids listed in ascending order
(1 - x). But it always displays id's (x -1).
This is what I tried
So, I am talking about auto increment id which is generated by default
by Django.
on models admin
ordering = ('-id',)
also i tried
on class meta
Hi Django,
I would like to remove "All" from filters. It becomes very confusing
when i change back and forth between pages. Since it always gets back
to "All" instead of keeping the state.
Whats a clean way to do it ?
--RJ
--
You received this message because you are subscribed to the Google
HI Django,
So I am generating a url of the form
http://test/?test1=test&test2=test
In my views how to process the query string ?test1=test&test2=test. I
mean how to access test1 and test2 values.
--RJ
--
You received this message because you are subscribed to the Google Groups
"Django users
Hi Django,
In my app directory, I splitted my models and views.py into multiple
files since they start becoming very long but django is not able to
recognize those files .
It only recognizes models.py, views.py, tests.py (default ones).
So In my other files If i do this
from ..models import
I
>
> Hopefully this makes sense, if not I can try to be more clear.
>
> Dan Harris
> dih0...@gmail.com
>
>
> On Jun 10, 4:46 pm, rahul jain wrote:
>> anyone on this ??
>>
>> --RJ
>>
>>
>>
>> On Thu, Jun 10, 2010 at 11:34 AM, rahul jain wrote
anyone on this ??
--RJ
On Thu, Jun 10, 2010 at 11:34 AM, rahul jain wrote:
> Hi Django,
>
> In my app directory, I splitted my models and views.py into multiple
> files since they start becoming very long but django is not able to
> recognize those files .
> It only re
Yes they are in the same directory. How to use __initial__.py ?
On Fri, Jun 11, 2010 at 3:38 AM, Scott Gould wrote:
> Did you put Test1.py and Test2.py into a "models" directory where
> models.py would normally be, and add an __initial__.py file to it?
>
> On Jun 10, 5:18
functions do
.objects. all
and then run python manage.py runserver. I think it will break.
Let me know what i am missing or will __initial__.py will solve this
problem ?.
On Fri, Jun 11, 2010 at 6:53 AM, rahul jain wrote:
> Yes they are in the same directory. How to use __initial__.py ?
>
anage.py runserver. I think it will break.
--RJ
On Fri, Jun 11, 2010 at 7:04 AM, rahul jain wrote:
> @bruno: yes functions.
>
> So in some other file I want to use models methods like
>
> .objects. all
>
> For that I have to import the . But I am not able to.
>
> Impo
@also I meant .objects. all().
It will give import error that cannot be imported.
On Fri, Jun 11, 2010 at 7:09 AM, rahul jain wrote:
> Yes I have the __init__.py inside my app directory. Also, all my split
> files are inside the same directory. If possible can you test
>
> Crea
Hi Tim,
Here is my structure
app
|-- __init__.py
|-- models.py (all my models)
|-- auth.py (python functions referencing models defined in models.py)
|-- blogs.py (python functions referencing models defined in models.py)
|-- views.py (python functions referencing models defined in models.py)
It was rw-r--r-- . I also modified it to 777 by" chmod -R 777". But
did not fix my problem.
This is the error which I am getting
ImportError: cannot import name
--RJ
On Fri, Jun 11, 2010 at 7:59 AM, Tom Evans wrote:
> On Fri, Jun 11, 2010 at 3:47 PM, rahul jain wrote:
>>
Hi,
I would like to display javascript alert boxes when something goes
wrong during admin actions. Is it possible ?
--RJ
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To uns
Hi there,
I have some filters set-up on admin page. As soon as I perform admin
action. All filters are getting reset.
Is this is a bug from framework ?
--RJ
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to
ek wrote:
>>
>> > On Jun 17, 5:44 am, rahul jain wrote:
>>
>> > > Hi there,
>>
>> > > I have some filters set-up on admin page. As soon as I perform admin
>> > > action. All filters are getting reset.
>>
>> > > Is this
Good question. Anyone on this ?
On Fri, Jun 25, 2010 at 9:48 AM, Jason Wang wrote:
> Hi all,
>
> Does anyone know if there is a way to save changes on a per row/cell
> basis for forms with list_editable in django admin? I would like to
> have a button for each row and each cell to do that.
>
> Th
43 AM, tom wrote:
> In the same manner - 'check all' only check the currently visible
> results (100 by default) in the change list page.
> I want that check all will actually check all the results, even the
> tuples in the next pages...
>
> anyone?
>
> thanks!
>
Hi there !
One of my model fields attribute is set to null="true" to allow None
values. But if I use admin to save those model objects and leave it
blank, it saves blank value instead of None.
How to fix this ?
And Blank value is not None. Blank is "" (empty) but None is NULL in databases.
-RJ
Hi there !
I would like to display model fields based on the logged-in user.
If user is restricted user
list_display = (field1, field2)
else
list_display = (field1, field2, field3, field4)
How is it possible ?
--RJ
--
You received this message because you are subscribed to the Google Group
pm, rahul jain wrote:
>> Hi there !
>>
>> I would like to display model fields based on the logged-in user.
>>
>> If user is restricted user
>>
>> list_display = (field1, field2)
>>
>> else
>>
>> list_display = (field1, field
anyone on this ?
On Thu, Jul 8, 2010 at 11:56 AM, rahul jain wrote:
> I am not sure what I am doing wrong but this should work
>
> class TestAdmin(admin.ModelAdmin):
>
> list_display = (field1, field2, field3, fileld4, field5,field6)
>
>
> class C
yup that's 100% correct :)
Rahul
On Fri, Jul 9, 2010 at 10:27 AM, raj wrote:
> You are trying to override change_view instead of changelist_view.
> Otherwise your approach must work.
> class CustomAdmin(admin.ModelAdmin):
> def changelist_view(whatever_args_are_here):
>
*args, **kwargs):
> if self.naughty_field == '':
> self.naughty_field = None
> super(YourModel, self).save(*args, **kwargs)
>
> Euan
>
> On Jun 29, 4:15 pm, rahul jain wrote:
>> Hi there !
>>
>> One of my model fields attribute is set to null="t
anyone on this ?
On Tue, Jul 13, 2010 at 2:44 PM, rahul jain wrote:
> Could it be generic ?. I mean i don't want to specify self.naughty_field.
>
> How to do it for self.any_field ?
>
> RJ
>
> On Tue, Jun 29, 2010 at 9:29 AM, euan.godd...@googlemail.com
>
uot;. What could be missing now ?
-Rahul
On Fri, Jul 9, 2010 at 2:50 PM, rahul jain wrote:
> yup that's 100% correct :)
>
> Rahul
>
> On Fri, Jul 9, 2010 at 10:27 AM, raj wrote:
>> You are trying to override change_view instead of changelist_view.
>> Otherwise you
Hi there !
Some weird problem happening with admin actions.
My admin action create threads which access a shared variable.
Those threads change the state of the variable for ex
check = False (a boolean)
One of the thread sets it to True
At this time I am done with that entire request.
Now if
Sorry one more thing
Sometimes it starts with
check = False
Its happening at random time.
--RJ
On Sat, Aug 14, 2010 at 7:36 PM, rahul jain wrote:
> Hi there !
>
> Some weird problem happening with admin actions.
>
> My admin action create threads which access a shared va
Hi there !,
How to change ordering of objects/rows on change list view on admin ?
--Rahul
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this g
I mean graphically/directly on the UI itself.
On Sun, Sep 19, 2010 at 2:29 PM, Sævar Öfjörð wrote:
>
> http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.ordering
>
> On Sep 19, 10:56 pm, rahul jain wrote:
> > Hi there !,
> >
>
How to make list _editable asynchronus ?
I would not like to save by pressing save button. Instead, as soon as I
modify the wizard it should save by itself.
Thanks.
Rahul
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to
- AuditLog <http://code.google.com/p/django-audit-log/>
- Django-audit <http://code.google.com/p/django-audit/>
Please let me know which one will be ideal for my case.
Thanks.
Rahul
--
You received this message because you are subscribed to the Google Groups
"Django users&
Hello,
I am not sure what you have to do with this list? I could not find anything
to do with Django on your website.
Please do not spam this developer list.
Thanks,
Rahul
--
Srijan Technologies Pvt. Ltd. INDIA
www.srijan.in | [EMAIL PROTECTED]
91-11-2622 5926 / 2622 5931 | Fax: 91-11-4160
Cd comand and app name..
On Mon, Mar 28, 2022, 11:57 Samapika Nayak
wrote:
> you need to configure the media files in settings.py
> MEDIA_URL = "/media/"
> MEDIA_ROOT = BASE_DIR / "media"
> also need to configure it in project level urls.py
>
> if settings.DEBUG:
> urlpatterns += static(settings
{% crsf_token %} use this action form down
On Fri, Jun 17, 2022, 20:47 Mike Kilmer wrote:
> Hi.
>
> I'm fairly new to Django. Here's what I need insight on:
>
> Local server, no issue.
>
> On production: CSRF 403 error on login.
>
> There's a cookie loaded on the login page containing
Html form like action form use
On Fri, Jun 17, 2022, 21:23 Mike Kilmer wrote:
> By the way, using Django 4.0.
>
> Thanks, Rahul.
>
> I believe this is a default Django template, and wouldn't the fact the the
> page/form creates a cookie be a sign that that action trigge
Import module name
On Fri, Sep 2, 2022, 12:21 Pooja Kumari wrote:
> Hello team,
> please help me with this error.
>
> --
> 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
Ti install in terminal pip install totorial.quickstart
On Fri, Sep 2, 2022, 12:57 rahul sharma wrote:
> Import module name
>
> On Fri, Sep 2, 2022, 12:21 Pooja Kumari wrote:
>
>> Hello team,
>> please help me with this error.
>>
>> --
>> You received
Select option 1
On Fri, Sep 16, 2022, 11:24 shiva singh wrote:
> Thank You everyone for help me
>
> On Friday, September 16, 2022 at 4:25:44 AM UTC+5:30 fortu...@gmail.com
> wrote:
>
>> In the new added field “logo” set default = None or specify a default
>> value
>>
>> On Thu, Sep 15, 2022 at
connect with me in zoom
On Tue, Dec 13, 2022 at 12:34 PM Manjusha
wrote:
> I'm junior may it will work!!
>
> On Tuesday, December 13, 2022 at 12:31:17 PM UTC+5:30 Manjusha wrote:
>
>> Hi, need to register the model.py file in admin.py file and then make
>> migrations as like mention in following
Last time i told u give me excess ur laptop
On Tue, Dec 13, 2022, 15:02 Manjusha wrote:
> Hey anyone reply me.
>
> On Monday, December 12, 2022 at 10:51:00 PM UTC+5:30 Manjusha wrote:
>
>> Yes,I got it !!
>> I have a doubt about the following link :
>> https://github.com/django/django/branches
>
What error tell me??
On Tue, Dec 13, 2022, 15:40 Manjusha wrote:
> I am not understanding what you are telling.
>
> On Tuesday, December 13, 2022 at 3:58:19 PM UTC+5:30 rahul@gmail.com
> wrote:
>
>> Last time i told u give me excess ur laptop
>>
>> On
Delete_status=0
Add coloum in database table
Like delete_status
On Sat, Dec 24, 2022, 20:23 Manjusha wrote:
> want to know how to allow user to delete the created profile with default
> id of the user.
>
> On Saturday, December 24, 2022 at 8:52:32 PM UTC+5:30 Manjusha wrote:
>
>> that incorrect
>
> [04/Apr/2012 14:36:13] "GET */admin/admin/css/*base.css HTTP/1.1" 404 3861
> [04/Apr/2012 14:36:13] "GET */admin/admin/css/*dashboard.css HTTP/1.1"
> 404 3876
Is this directory (in bold) correct?
On 5 April 2012 00:19, maxim wrote:
> Continuing on in the tutorial, I got to the part where i
All,
I have started celery on development server using this:
python manage.py celeryd -E --loglevel=info
I can see from rabbitmq management UI that its receiving messages under
ready Queue.
Screenshot attached.
Rabbitmq logs though sometimes print it and sometimes not
=INFO REPORT 17-Jul-
Hi Stephen,
I am having issues with the installation. Is this project still
active? is there any goggle group?
I just downloaded the latest file. Then i tried running the example
chat application. I can see the messages from the client.
However, events inside event.py are never getting fired. I t
Can someone please let me know how to fix this?
On Sun, Oct 7, 2012 at 5:35 PM, rahul jain wrote:
> Hi Stephen,
>
> I am having issues with the installation. Is this project still
> active? is there any goggle group?
>
> I just downloaded the latest file. Then i tried running
; deploy an experimental project on it along with easy tutorial to handle
> that.
>
>
> https://devcenter.heroku.com/articles/django
>
>
>
Checkout https://openshift.redhat.com/community/get-started/django
--
Having the same problem "Received unregistered task of type blah" . Can
someone help ?
On Sun, Nov 13, 2011 at 5:26 PM, Ken wrote:
> Does anybody have any idea?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group,
All,
I have a query. Its working fine on sqlite server but not working fine
on mysql server.
This is the error message on mysql server: "This version of MySQL
doesn't yet support 'LIMIT & IN/ALL/ANY/SOME subquery"
This is the query:
inner_q = obj_unassigned.values_list('pk', flat=True)[:diff]
Works! Great! thanks!!! Lazy querysets!
On Thu, Jan 26, 2012 at 12:32 PM, Alasdair Nicol wrote:
> Hi RJ,
>
>
> On 26/01/12 20:10, rahul jain wrote:
>>
>> All,
>>
>> I have a query. Its working fine on sqlite server but not working fine
>> on mysql server
llowing on the timeline
"body=MESSAGEPOSTED "
What am I doing wrong here .?
-------
*Rahul Gaur*
*irc : iamaregee2*
*web: *http://www.rahulgaur.info*
*
*blogs : *aregee.wordpress.com , <
Hi Daniele,
I think what you're doing is really great. Do you have recorded videos
available online or do you plan to record your next session? It'd be great
for people like me who can't attend the workshop.
Regards,
Rahul
On Fri, May 31, 2013 at 2:10 AM, Daniele Procida wrote:
Hi,
On Jun 12, 2013 6:53 AM, wrote:
>
> Hi everyone! I'm currently a noob learning Django and Python for the
first time and I have almost no web-development experience so apologies if
this comes across as a stupid question.
>
> I'm trying to get "Hello World" to work and am receiving an import err
Hi,
What about change-tastypie or django-restframework or something similar ?
As a part of my GSoC project [1] , I am implementing a project sharing web
site with social features.
I need RESTful APIs so that the functionality of the site could be
integrated into SugarLabs [2].
I am planing to use
thorization
and authentication is less complex as already there are very good existing
django apps that ease the job (dry) :-)
Just my thoughts :-)
[1] -
http://django-tastypie.readthedocs.org/en/latest/non_orm_data_sources.html
On Jun 30, 2013 7:36 PM, "zweb" wrote:
> Thanks Rahul,
>
&
wing code will be helpful for you [2] .
[1] -
https://github.com/aregee/moksaya/blob/master/profiles/api.py#L177-L197
[2] -
https://github.com/revsys/django-friendship/blob/master/friendship/models.py#L125-L296
--
---
Rahul Gaur
irc : iamaregee2
Web: http://www.rahulgaur.
Hi ,
I am using django==1.4.8 for my project , these new fixes are available
with pip yet or we need to install the latest build manually ?
Regards,
Rahul
On Sun, Sep 15, 2013 at 12:18 PM, James Bennett wrote:
> Earlier today a message posted to the django-developers mailing list
> pu
Can you change the displayed name of the app in the Django admin?
for ex: Select "app_name" to change
Thanks.
Rahul
--
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@
All,
Hidden rows elements also visible on list filters ?
ex:
I have a list filter on one of the columns ,
list filter for that column displays all the distinct values, but the
problem is that few rows i have disabled.
But list filter still displays those rows as well.
How to fix this ?
Thanks
All,
How to fix this ? Hidden rows elements also visible on list filters.
ex:
I have a list filter on one of the columns ,
list filter for that column displays all the distinct values, but the
problem is that few rows i have disabled.
But list filter still displays those rows as well.
How to f
On Fri, May 6, 2011 at 1:45 PM, r_bloodlife wrote:
> Hello,
> I'm a beginner trying to build an application..
> please help in correcting these errors..
> I'm Confused, whether to use "MySql" or "Sqllite3"
>
>
> "rahul@linux-cgdq:~/myproje
On Fri, May 6, 2011 at 11:21 PM, Stuart MacKay <
smac...@flagstonesoftware.com> wrote:
> If you search for the error code 2002 the most likely cause is that the
> MySQL server is not running. However you also mention that you are running
> VMWare - I presume this is where the database server is ru
Yes I am referring to django admin list filter, one on the side.
class Admin(model.Admin):
list_filter = (column1, column2)
so for instance column1 has 6 values (a, b,b,b,c,e). Then list filter shows
a,b, c,e.
like this
By column1
show all
a
b
c
e
Now if i hide some rows based on the logge
s (django views) ?
Thanks.
Rahul
--
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 email to
django-users+unsubscr...@googlegroups.c
Tried this snippet but not working
http://djangosnippets.org/snippets/2306/
Anyone else tried it, I would like to drag and drop rows on django admin.
Thanks.
RJ
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send emai
Tried this snippet but not working
http://djangosnippets.org/snippets/2306/
Anyone else tried it, I would like to drag and drop rows on django admin.
Thanks.
RJ
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send emai
problem. But I did the same :(
Sorry next time, I will be more crystal and clear in my emails. Otherwise, I
will not send.
Thanks for the link though (
https://code.djangoproject.com/wiki/UsingTheMailingList#Donts:).
I was able to derive lot of good info out of it.
Thanks for your help and time.
Rahul
Foriegn Key Use case
Class Item():
desc = models.StringFrield()
Class Menu():
type = models.StringField(default = "Italian") ///cuisine type
item_list = models.ForiegnKey(Item)
So for each cuisine I have some list of items
for ex:
menu type 1 for ex have 5 items (it
How to view the uploaded files on admin ?
Thanks.
--RJ
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@
1 - 100 of 152 matches
Mail list logo