Re: Project together

2023-12-10 Thread Williams
Add me 0037369134555 On Thu, Nov 23, 2023, 8:14 PM Youssef Bachraoui wrote: > Hi developer i search to make a group on WhatsApp to begin a project > together anyone interested about that? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. >

Re: Multiple Templates in single list view

2021-11-21 Thread Elena Williams
Hi, The problem is it's unclear what your question is. Can you be clearer about what outcome you're trying to achieve? --- Elena Williams Github: elena <http://github.com/elena/> On Mon, 22 Nov 2021 at 15:20, Trippy Samurai wrote: > Any one plz > > > On Sunday,

File Upload

2021-09-04 Thread Williams Andy Inc
Hi i am am trying to upload a file through a function but not the form and am facing difficulties how do i upload a file from server path without using the template form or forms.form ```class Image(models.Model): name = models.CharField(max_length=40, blank=True, unique=True) image_fi

Re: please help! not getting the desired output. how to add multiple orders via Django forms using Javascript?

2021-06-19 Thread Williams Andy Inc
Anyone interested in talking about django sharing their knowledge or path or want to learn more? meeting Now https://meet.google.com/wcv-ojtf-vhi On Sat, Jun 19, 2021 at 10:31 AM DJANGO DEVELOPER wrote: > please can someone help me? > > On Sat, Jun 19, 2021 at 9:31 AM DJANGO DEVELOPER > wrote

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-18 Thread Williams Andy Inc
Today for all interested in learning together... we can have a google meeting time is 4pm gmt +3 DJANGO PRACTICE SESSIONS Saturday, June 19 · 4:00 – 6:00pm Google Meet joining info Video call link: https://meet.google.com/wcv-ojtf-vhi On Fri, Jun 18, 2021 at 4:08 PM Williams Andy Inc wrote

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-18 Thread Williams Andy Inc
by weekend. On Fri, Jun 18, 2021 at 3:39 PM Goke Aruna wrote: > Dear Williams > > I am interested in learning with you. > > Regarde > > On Thu, Jun 17, 2021, 1:13 PM Williams Andy Inc > wrote: > >> I currently have a django project going on incase you

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Williams Andy Inc
; >> https://github.com/swisscodes >> >> On Thu, Jun 17, 2021 at 5:50 PM Williams Andy Inc >> wrote: >> >>> Its open for anyone ready to participate just add me on my github or msg >>> me here we can do some google meets or zoom ,,, for example now

Re: Hiring Django developers in Mumbai

2021-06-17 Thread Williams Andy Inc
Am not in india but ill like to collaborate with you so i can learn from other developers and also add to my cv. here is my latest work. https://swiss-social.herokuapp.com/ On Thu, Jun 17, 2021 at 10:00 PM Prasad Ajmire wrote: > Interested > > On Sun, May 23, 2021, 9:28 AM Sidhesh D wrote: > >

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Williams Andy Inc
https://github.com/swisscodes On Thu, Jun 17, 2021 at 5:50 PM Williams Andy Inc wrote: > Its open for anyone ready to participate just add me on my github or msg > me here we can do some google meets or zoom ,,, for example now i want to > add the edit and delete button using jquery

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Williams Andy Inc
Pérez wrote: > I´m intrested on participate too...is it posiible??? Thanks, Boris > > 2021-06-17 8:13 GMT-04:00, Williams Andy Inc : > > I currently have a django project going on incase you want to learn or > > contribute or collaborate for learning. > > > > h

Re: Need to volunteer in a django project to emprove my knowledge

2021-06-17 Thread Williams Andy Inc
I currently have a django project going on incase you want to learn or contribute or collaborate for learning. https://swiss-social.herokuapp.com/ code https://github.com/swisscodes/social-app anyone want to learn or collaborate msg me. we could do video learning by zoom or google. can share my

Re: Working with forms

2021-06-15 Thread Williams Andy Inc
for now reason its now showing up thanks. i guess i needed to do hard refresh with f5 although i was using {% now "U" %} On Tue, Jun 15, 2021 at 10:10 AM Williams Andy Inc wrote: > class LoginForm(forms.Form): > username = forms.CharField( > label

Re: Working with forms

2021-06-15 Thread Williams Andy Inc
;, } ), ) the class is not showing up but the placeholder shows up without the f007 On Tue, Jun 15, 2021 at 10:04 AM Williams Andy Inc wrote: > Thanks am already trying that, and using that works for > adding placeholder, but then it doesn't add a class, if it c

Re: Working with forms

2021-06-15 Thread Williams Andy Inc
t can be done with widgets I am not sure > https://docs.djangoproject.com/en/2.2/ref/forms/widgets/ > > On Tue, 15 Jun 2021 at 11:24, Williams Andy Inc > wrote: > >> I would like to know is there any easier way rather than overriding >> super, how do i add icons into the

Working with forms

2021-06-14 Thread Williams Andy Inc
I would like to know is there any easier way rather than overriding super, how do i add icons into the html input eg to have a key icon on the password field without installing any third party app also. is the best solution to render form in html and pass field values to django? or is there a

Re: Django request.session persist between logins of different users.

2021-06-08 Thread Williams Andy Inc
Did you have your own logout function view or class view? On Tue, Jun 8, 2021 at 9:17 AM Mateusz Wasielewski < mateusz.wasielewsk...@gmail.com> wrote: > Hello, > I want to implement two factor authetication in my django app. The steps > are as follows: > 1. User need to register > 2. User need t

Suggestions for update

2021-06-08 Thread Williams Andy Inc
Hi and thanks to everyone, I have a few opinions and suggestions I would like to talk about which if possible I would also be part of contributors. We are all Django users, there are many professionals here and also there are beginners and learners too, like myself a learner too. I am on a dis

Re: Using Countries with django

2021-06-07 Thread Williams Andy Inc
thank you very much On Mon, Jun 7, 2021 at 7:13 PM dupakoor kannan wrote: > Hi, > > Here is the list https://djangopackages.org/grids/g/countries/. > > Hope this helps > > Kannan > > On Sun, Jun 6, 2021 at 4:22 PM Williams Andy Inc > wrote: > >> Can an

Using Countries with django

2021-06-06 Thread Williams Andy Inc
Can anyone recommend a 3rd party app to me to use with forms form countries and states and cities of the world .. 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, send

Re: Unable to establish odbc connection to MS SQL Server

2020-04-27 Thread Darren Williams
Lets On Apr 27, 2020 10:31 PM, "Gurmeet Kaur" wrote: Hi There, I have also implemented this in my project. The code in my settings.py is below. You could also try the same. DATABASES = { 'default': { 'ENGINE': 'sql_server.pyodbc', 'NAME': 'MyDbName', 'USER': 'user'

Re: Pass post data to UpdateView

2020-04-26 Thread Darren Williams
Talk to me On Sun, Apr 26, 2020, 18:18 Darren Williams wrote: > Ain't really sure learning myself but I look into it for you > > On Apr 26, 2020 8:02 AM, "'MH' via Django users" < > django-users@googlegroups.com> wrote: > > Hi > >

Re: Pass post data to UpdateView

2020-04-26 Thread Darren Williams
Ain't really sure learning myself but I look into it for you On Apr 26, 2020 8:02 AM, "'MH' via Django users" < django-users@googlegroups.com> wrote: Hi I do not know how to access request.POST, when I call UpdateView. Just to avoid a misunderstanding: I do not want to process the data after upd

Re: file URL missing project name

2018-11-21 Thread Jeff Williams
if the request method was POST and the that >>> posted the request has the attribute enctype="multipart/form-data". >>> Otherwise, request.FILES will be empty. >>> >>> Can you ensure that the particular requirements are fulfilled? >>> >>&

Re: file URL missing project name

2018-11-20 Thread Jeff Williams
particular requirements are fulfilled? > > Also, I would like to ask you to try to upload a file from the Django > admin panel and tell me if it is working. If not, can you send me the URL > and the uploaded path of the Admin panel uploaded file? > > Regards > Akash Purandare &

Re: file URL missing project name

2018-11-19 Thread Jeff Williams
. Jeff On Mon, Nov 19, 2018 at 8:16 PM Akash Purandare wrote: > Hey Jeff > > Can you send me the URL of the file and the Location of the uploaded media > file? > > Regards > Akash Purandare > > On Sunday, November 18, 2018 at 8:48:04 PM UTC+5:30, Jeff Williams wrote: >

Re: file URL missing project name

2018-11-18 Thread Jeff Williams
That part is added by urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)so I doubt that is the issue. This is going to sound odd.but I've had some files display and then stop working when I don't think I changed anything. very odd. On Sun, Nov 18, 2018 at 6:46 PM J

Re: file URL missing project name

2018-11-18 Thread Jeff Williams
MEDIA_ROOT and MEDIA_URL both seem fine.and the URL I'm getting in the template looks fine...but URLS.PY is kicking it out. I changed the security on the directory to full access to everyone. Any ideas on how to debug this? I can't see why the path isn't matching the pattern. Page not f

Re: file URL missing project name

2018-11-18 Thread Jeff Williams
change the upload_to to '', the URL > will be http://localhost:8000/oldgrub/media/56288852088__208FCEF9-5890- > 4633-8BF6-C5C9A82D87EE.JPG. > > Hope this fixes the issue that you are facing. > > Regards > Akash Purandare > > On Sunday, November 18, 2018 at 10:57

Re: file URL missing project name

2018-11-18 Thread Jeff Williams
ash Purandare > > > On Sunday, November 18, 2018 at 9:56:13 PM UTC+5:30, Jeff Williams wrote: > >> OK this is almost fixed: >> >> Why isn't this path matching? >> >> Page not found (404) >> Request Method: GET >> Request URL: >> http://

Re: file URL missing project name

2018-11-18 Thread Jeff Williams
e='family'] 8. oldgrub/ recipe/add/ [name='addrecipe'] 9. oldgrub/ ^oldgrub/media/(?P.*)$ 10. 11. accounts/ The current path, oldgrub/media/56288852088__208FCEF9-5890-4633-8BF6-C5C9A82D87EE.JPG, didn't match any of these. On Sun, Nov 18, 2018 at 11:08 AM Jeff Willi

Re: file URL missing project name

2018-11-18 Thread Jeff Williams
Urls) > ]+static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) > > Regards > Akash Purandare > > > On Sunday, November 18, 2018 at 8:48:04 PM UTC+5:30, Jeff Williams wrote: >> >> Hi All, >> I'm new to django, so sorry if this is a newbie issue. >

Re: file URL missing project name

2018-11-18 Thread Jeff Williams
': Textarea(attrs={'cols': 40, 'rows': 1}), recipe_list.html Recipe List {% if recipe_list %} {% for recipe in recipe_list %} {{ recipe.title }} {{recipe.author}} {{recipe.text}} {{ recipe.notes }} {% load static %} {

file URL missing project name

2018-11-18 Thread Jeff Williams
Hi All, I'm new to django, so sorry if this is a newbie issue. I've managed to upload an ImageFieldbut when I try to display it in my template using object.pic.url...the URL I'm getting back is missing my project name from the URL and the pic is not loading. Specifically I'm getting http://12

Re: How to connect mysql with django

2018-11-11 Thread Jeff Williams
> Sender > notified by > Mailtrack > <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&;> > 11/12/18, > 2:57:02 AM > > On Mon, Nov 12, 2018 at 2:11 AM Jeff Williams > wrote: > >> sorry. I meant the full

Re: How to connect mysql with django

2018-11-11 Thread Jeff Williams
sorry. I meant the full path to the file.like below if you downloaded it into C:\downloads. pip install c:\downloads\mysqlclient-1.3.13-cp37-cp3 On Sun, Nov 11, 2018 at 2:58 PM Ansh Srivastava wrote: > Full path means? If you can send the screenshot or command instead @Jeff > Wi

Re: How to connect mysql with django

2018-11-11 Thread Jeff Williams
give it the full path to the file. I had the same issue yesterday and this fixed it for me. On Sun, Nov 11, 2018 at 2:27 PM Ansh Srivastava wrote: > Yes @,Jeff Williams , I did but it still prompts the same: > > C:\Users\ansh>pip install mysqlclient-1.3.13-cp37-cp37m-w

Re: How to connect mysql with django

2018-11-11 Thread Jeff Williams
Did you download the .whl file first? On Sun, Nov 11, 2018 at 11:57 AM Ansh Srivastava < ansh.srivastav...@gmail.com> wrote: > Thank you @pujiarahman. I have tried out the above command but it > didn't work!It says::C:\Users\ansh\Desktop\Dje\p1\marvellous> pip install > mysqlclient-1.3.13-cp37-cp

Django db backend not FIPS compliant

2017-05-30 Thread Brandon Williams
I'm running into issues when trying to migrate my models in an environment that is running FIPS restrictions regarding MD5. Here is the stack trace: Operations to perform: > Apply all migrations: admin, auth, contenttypes, dashboard, > kombu_transport_django, sessions > Running migrations: >

[JOB] in Newcastle NSW Australia

2015-03-18 Thread Peter Williams
. Applications will be accepted until close of business Monday 30 March 2015. For further information or a confidential discussion, please call Peter Williams on 02 4924 8000 or email applications to pwilli...@nswrdn.com.au. Cheers Peter -- Peter J Williams Information Manager NSW Rural

Pony flair for upcoming PyCons/DjangoCons/events

2015-03-12 Thread Elena Williams
Heya, As fundraising for DjangoGirls we're making available our special djangogirls ponies (like t-shirts but better). They're pretty exclusive but you can now get yourself one: http://ponies.elena.net.au/ Everyone with DjangoGirls at the upcoming events and conferences will be wearing one of th

Static Files not Loading

2014-07-30 Thread Steven Williams
yields a 404 error message. This is a development environment where I am just learning the framework using Tango with Django. My system is running Fedora 20 with Django 1.6 installed. This is my settings.py paste https://dpaste.de/pU40 Any help would be greatly appreciated. - -- Steven Williams

Re: Python 3 Usage

2014-07-07 Thread Elena Williams
Hi Richard, Django has fully supported Python 3 for a while now, see this talk: http://pyvideo.org/video/2242/porting-django-apps-to-python-3-0 Also IMHO it's less a matter of which users use Python 3 (I'd say it's likely most serious Python users mix-and-match on a project-to-project basis, depe

Journalists in the Django community, journalism advice

2014-07-04 Thread Elena Williams
ournalist/news types in our community I should contact? * Anyone have any notable news/journalism advice I should be passing along? Or, just contact me if you think there's anything I should mention, or have any friendly advice, thank you! --- Elena Williams :) @elequ -- You received this m

Jobs in Newcastle NSW Australia

2013-09-09 Thread Peter Williams
://www.nswrdn.com.au/site/careers If you know anyone who might be interested, please direct them to the URL above. Applications close 27 Sept 2013. Cheers Peter -- Peter J Williams Information Manager NSW Rural Doctors Network Head Office Suite 19, Level 3 133 King Street Newcastle NSW 2300 Telephone: (02

Re: How do I create a script to fill in django admin login form and submit?

2013-08-14 Thread Elena Williams
Have you explored the packages "selenium" or "sikuli" these are both great fun for front-end testing. You could intercept the RFID tag using python and feed it through one of the above tools, or something like this perhaps (if I've understood what you're trying to do correctly). Elena :) On 14

How to Keep Foreign Keys from updating

2013-06-08 Thread Brian Williams
So I have a model that looks somewhat like this: class ProductInfo(models.Model): manufacturer = models.ForeignKey product_type = models.ForeignKey product_name = models.ForeignKey product = models.CharField() sku = models.CharField() # bunch of other fields Basical

Keep Foreign Keys From Changing After Being Set

2013-06-08 Thread Brian Williams
So I have a model that looks somewhat like this: class ProductInfo(models.Model): manufacturer = models.ForeignKey product_type = models.ForeignKey product_name = models.ForeignKey sku = models.CharField(() -- You received this message because you are subscribed to the Google

django 1.5 robots.txt

2013-05-28 Thread Wade Williams
http://stackoverflow.com/questions/16802176/django-1-5-robots-txt -- 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 p

Re: Creating a "Django Course" and would like some feedback

2013-05-28 Thread Brian Williams
Kevin, Sounds like a great idea. Wish you the best of luck. I would be willing to give you a hand if you want the perspective of a complete novice. I am just learning Django and am not far beyond the docs tutorial. Brian -- You received this message because you are subscribed to the Google

Re: Noobie questions about Django and Databases

2013-05-06 Thread Brian Williams
Thanks Shawn, I am plugging my way through the docs and djangobook. I figured that I probably just hadn't come to it yet. Sometimes ADD gets the best of me and I just can't help but ask a question when something is on my brain. I appreciate the help, off to read the links you sent. Brian On

Noobie questions about Django and Databases

2013-05-06 Thread Brian Williams
Hello group, I am new to the Django group and Django in general. I spent the last five or six months learning python and have now moved on to Django with the hopes of being able to build dynamic websites. Previous to this I had only built static sites with html and wordpress. Anyway, I am cu

Re: Happy new year

2013-01-01 Thread Elena Williams
Happy New Year from to all the Djangonauts from stonking hot Australia! I hope everyone's Django projects are awesome and plentiful this year! Go you smart, creative Django folk! --- Elena :) @elequ On Wed, Jan 2, 2013 at 4:30 AM, Sultan Imanhodjaev < sultan.imanhodj...@gmail.com> wrote: > Жаңы

Re: Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
h for your time. -\/\/ On Wednesday, December 19, 2012 7:09:41 PM UTC-7, Russell Keith-Magee wrote: > > > > On Thu, Dec 20, 2012 at 9:25 AM, Wade Williams > > > wrote: > >> Thanks Russ. I too thought it might be the loop to allocate a new session >> key, bu

Re: Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
pps tried changing session_id to session_key to see if that solved anything with no effect. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Wqfu2PNjRsYJ. T

Re: Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
ps also upgraded to 1.5.b2 with no change. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/_9HalLM--YQJ. To post to this group, send email to django-users@

Re: Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
Error from django.core.exceptions import SuspiciousOperation from django.db import IntegrityError, transaction, router """ startlm/backend.py Custom session backend for django. Talks to our lm_sessions table. Started November 22, 2012 By Wade Williams ~~~

Re: Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
Correction we're running 1.5b1 corrently. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/KOtcLPyas_IJ. To post to this group, send email to django-users@go

Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
Hi all. I've got a custom session middlware built that is simply extending the session base. The only interesting thing this backend is doing is using a different session table than django's stock one -- this is for integration with a pre-existing PHP site we are in the process of migrating a

Re: how should I get the request object?

2012-11-27 Thread Wade Williams
I share the disdain for global variables as well. I'm fairly new to Django, and what I'm not understanding is when the request object is available for inclusion. I have a custom session backend that I've built in order to support a legacy user model and session table -- when I tried to simply a

Re: Reason for not allowing spaces in usernames?

2012-11-18 Thread Elena Williams
Apparently some weirdness can be caused by having email addresses as usernames in django, though I'm not sure specifically what this is. Does anyone know these cases? --- Elena :) @elequ On Mon, Nov 19, 2012 at 4:05 PM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk>

Re: tutorial first step. -ImportError: No module named django.core-

2012-11-08 Thread Elena Williams
Francesco and Daniel, This is an interesting problem with the tutorial! We will have to make sure that it's changed -- obviously the tutorial needs to be clearer! Any suggestions you guys have about how/where we could insert some information that could make this clearer *please* point out where i

Re: configure url

2012-11-06 Thread Elena Williams
Hi Luca, Is the answer you're looking for something like this?: (r'^scarico/(?P\w+)/(?P\w+)/(?P\w+)/(?P\w+)/$ ','prova.views.scarico') Where \w+ is regex for anything except white-space () (more options: http://docs.python.org/2/library/re.html ) If you're using functional views the def would

Re: tutorial first step. -ImportError: No module named django.core-

2012-11-05 Thread Elena Williams
Hi Francesco, What happens when you try: $ cd C:\Python27\fra_env\ (or whatever the equivalent of this might be in the shell you are using) $ python Scripts\django-admin.py startproject mysite Regards, Elena :) On Mon, Nov 5, 2012 at 1:19 AM, Francescos wrote: > Hi Elena, > > Thanks for re

Re: Location of non-app-specific static files?

2012-11-03 Thread Elena Williams
Hi Ryan, I'm not sure if it helps but not long ago I found this by Simon Willison on Quora: http://www.quora.com/Django/How-do-you-organize-the-code-in-your-Django-project Cheers, Elena :) --- Elena :) @elequ 04022 90172 On Sun, Nov 4, 2012 at 10:23 AM, Ryan wrote: > Hi, > > I have been won

Re: tutorial first step. -ImportError: No module named django.core-

2012-11-03 Thread Elena Williams
Hi Francesco, What you're seeing is the most basic django/python error. It means that your python can't find django from your current path. You should start by checking for the simple things. What happens when you try putting the following in your terminal?: $ python and then: >>> import django

Re: Django Development Model

2012-11-02 Thread Elena Williams
Smriti, If you're really interested from the "horse's mouth" -- I'd suggest googling DjangoCon and DjangoCon EU recordings (they are often on blip.tvbut the most recent ones were put up by youtube.com/jessenoller. Most DjangoCon have a core-team sit-down and/or fireside chat with BDFL/s and this

Re: no Polls in the admin page

2012-11-02 Thread Elena Williams
Actually the minimum requirement for the application to appear in admin is this (here in docs: https://docs.djangoproject.com/en/dev/intro/tutorial02/#make-the-poll-app-modifiable-in-the-admin): admin.py: from django.contrib import admin from mysite.polls.models import Poll, Choice # `register(

Re: Easy way to make all form fields read only?

2012-10-31 Thread Elena Williams
I was also going to suggest using crispy forms -- having used it on a recent project I'd strongly recommend it (it's great when it's plugged in to existing stylings such as: uni-form or bootstrap). I've used it with ModelForm using Layout() and Field() and it works a treat. --- Elena :) @elequ 0

Job in Newcastle NSW

2012-06-05 Thread Peter Williams
://www.nswrdn.com.au/site/index.cfm?display=57772 If you know anyone who might be interested, please direct them to the URL above. Applications close 25 June 2012. Cheers Peter -- Peter J Williams Information Manager NSW Rural Doctors Network Head Office Suite 19, Level 3 133 King Street Newcastle

Re: natural keys for auth.user and group

2011-10-27 Thread Simon Williams
Unfortunately, according to the Django ticket for this (https://code.djangoproject.com/ticket/13914) it seems that we aren't going to get this functionality built-in any time soon. However, after many hours of inspection in the Django source, I think I have found a solution... 1. In Django 1.3

Job in Newcastle NSW

2011-02-02 Thread Peter Williams
://www.nswrdn.com.au/site/index.cfm?display=57772 If you know anyone who might be interested, please direct them to the URL above. Applications close 17 Feb 2011. Cheers Peter Peter J Williams Information Manager NSW Rural Doctors Network Head Office Suite 19, Level 3 133 King Street Newcastle NSW

PyConAU2010

2010-06-26 Thread Peter Williams
, efficiently and cost effectively. I would like to congratulate the organising committee of this first PyConAu for doing a wonderful job. Thanks. Peter Peter J Williams Information Manager NSW Rural Doctors Network Head Office Suite 19, Level 3 133 King Street Newcastle NSW 2300 Telephone: (02

Job opportunity - Newcastle, NSW, Australia

2010-03-24 Thread Peter Williams
will be required to work at the RDN office in Newcastle, NSW, Australia. Should you have any questions about the position, please reply to this email address, however, I won't be able to reply until 7 April. Applications close 12 April. Thanks. Peter J Williams Information Manager NSW

Portal Apps

2009-08-14 Thread Joshua Williams
Quick question in regards to building portable apps: Should an application rely on the app being on the PYTHONPATH to work properly? That is, is having a app directory on the PYTHONPATH so common, is should just be assumed this is done when you install a new app? -Josh --~--~-~--

User profile get_profile() error

2009-05-15 Thread Joshua Williams
Hello All, When trying to access a user defined profile, using get_profile, I am getting an error when accessing the profile for a user. Just so I have my bases covered, here is my model class: class UserDetail(models.Model): Position = models.ManyToManyField(Position, blank=True)

template fails silent when passing form object

2009-04-17 Thread J. Williams
hi All, So I was beating my head against this problem for a couple of hours, and when I finally found out what I was doing wrong, I beat my self some more for over looking such a simple mistake.  I was starting a new app, and was adding a form to my view, and then passing this form to the templat

Re: Question about administration

2009-04-12 Thread Joshua Williams
Thank you pointing me to these docs. In the link: > If that doesn't tickle your fancy, check out the following: > http://docs.djangoproject.com/en/dev/topics/auth/#permissions I found the following statement: For example, it's possible to say "Mary may change news stories," but it's not current

Re: Question about administration

2009-04-12 Thread J. Williams
The main difference between "working areas" and the sites framework is that I would like to have a single login page. Also, this might be my lack of understanding of the site framework, but it seems that it's main focus is for separate domains to share information. The "work area" idea that I sh

Changing the "name" of a DB object & displaying the ID

2007-07-24 Thread Matt Williams
Dear All, I have a simple question, but can' find the answer in the docs. I have two classes, a & b, in my model.py file, related via a OneToOne. When I create an a, I would like to display its UID in the admin interface. I've tried adding idNumber = model.AutoField(primary_key=true) and

Getting values from a drop-down menu

2006-12-13 Thread Matt Williams
Dear All, I'm a newbie with Django, and have what is probably a very simple question. I'm trying to get the values from an html drop-down form. I've got a form like this: A B C D E with a method in views.py: ansQuestion(request): q = get_object_or_404(Question) answer = requ