Re: Get experience letter and job opportunities

2024-02-15 Thread william Kachuma
hi Please add me aswell Kind regards On Wed, 14 Feb 2024 at 18:10, Rajalakshmi K wrote: > Hi... Add me.. Iam interested > > On Wed, 14 Feb, 2024, 8:54 pm Clifford Mukosh, > wrote: > >> Hi add me I am intrested. >> >> On Tue, 6 Feb 2024, 11:03 machine learning, >> wrote: >> >>> anyone here to

Re: Django books

2024-01-31 Thread William Vincent
gt; Can I get the 'Django for Beginners Build websites with Python and Django >> By William S. Vincent' pdf for free? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To u

Re: Project together

2023-11-29 Thread william Kachuma
Add me please On Mon, Nov 27, 2023, 5:10 PM Selmane wrote: > im interested +213556434461 > > On Sun, Nov 26, 2023 at 10:48 PM usman ashir < > www.usmanashirmu...@gmail.com> wrote: > >> yes pls send us the group link. or pls 2348166997172.add my contact >> >> On Sun, Nov 26, 2023, 9:38 PM Jay Sen

activate source my_env/bin/activate

2023-11-15 Thread william Kachuma
good day i am experiencing problem when trying to activate my_env, can someone please assit me Command 'Source' not found, did you mean: command 'gource' from deb gource (0.54-1) Try: sudo apt install kind regards -- You received this message because you are subscribed to the Google Group

Re: Unable to write to database

2023-05-23 Thread William Nash (Bill)
The system permission solved the issues. Thank you. On Monday, May 22, 2023 at 10:51:13 AM UTC-5 Dev Femi Badmus wrote: > I have similar error is due to system permission are you running on Linux? > > chown www-data:www-data /home/username/project-folder > > chown www-data:www-data /home/userna

Re: Unable to write to database

2023-05-22 Thread William Nash
I can get the website to come up, but I can't save anything to the database. Django is installed in a .venv folder and activated with source .venv/bin/activate. William Nash Padi Instructor#367103 (972) 372-4557 | wrna...@gmail.com Website: http://ascubadiving.com/ Texas Mason A.F.& A.

Re: Unable to write to database

2023-05-21 Thread William Nash (Bill)
I do not see any error messages. On Sunday, May 21, 2023 at 12:56:45 PM UTC-5 Abdulrahman Abbas wrote: > Send your error message > > On Sun, May 21, 2023, 18:54 William Nash (Bill) wrote: > >> I'm new to django and I'm trying to learn as I program a small web

Unable to write to database

2023-05-21 Thread William Nash (Bill)
I'm new to django and I'm trying to learn as I program a small website for my scuba diving business. I'm running into a error that when I try to add a diver the database does not update. When I goto http://localhost:8000/add_diver/add_diver/ I'm able to add a diver. My code is located at:

Re: Django Themes help

2023-05-02 Thread William Nash (Bill)
Thanks for your help. On Tuesday, May 2, 2023 at 10:24:28 AM UTC-5 ALBERT ASHABA AHEEBWA wrote: > I have centered the items and made a pull request. > > You can merge and see how it looks. > > > > Best Regards, > > Albert > > On Tue, 2 May 2023, 17:20 Will

Re: How to show image(static) files.

2023-05-02 Thread William Nash (Bill)
Try this. I'm still learning myself In your HTML file, you can use the img tag to display the image. To check if the QR code is true or false, you can use Django's views.py file. In your views.py file, write a function that will check the validity of the QR code. The function should redirec

Django Themes help

2023-05-02 Thread William Nash (Bill)
I'm working on a small program that will help me in my dive shop. Since I'm trying to learn to program in Python using Django, I wanted to create something to help me. My issue is I cannot figure out how to center items on my page. For example (see screen shot) My code is located on Github:

SMTPConnectError

2022-04-23 Thread Otuekong William
Hello guys, I get the following error when trying to send mails to users after a successful registration on my app "raise SMTPConnectError(code, msg) Exception Type: SMTPConnectError at /register/ Exception Value: (421, b'Server busy, too many connections') " Any idea on how to go about this my

Django Project Using Azure App Services Not Connecting to Azure SQL Server Through Active Directory

2019-06-18 Thread Jorge William Pava Hernández
We are experiencing a problem with the Python connection to an Azure SQL Server, when trying to use the Active Directory as method for authentication. The error says that the user is blank and the domain name is malformed. Anyone having the same issue? -- You received this message because you

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-30 Thread William Vincent
, see here: https://wsvincent.com/django-rest-framework-react-tutorial/. But again, just pick one and move on. JavaScript frameworks come and go. Fortunately Django does not as much. -William On Thursday, November 29, 2018 at 9:25:30 PM UTC-5, Joel Mathew wrote: > > From the point of view

Re: I Suck

2018-11-02 Thread William Vincent
Try this out if you're a beginner: https://djangoforbeginners.com/. Not every teacher works for every student. The key thing is this stuff is hard but it's not rocket science. Step by step. And as you've done here, don't be afraid to reach out for help. Django is a great community in that respe

Re: Where to start - New to Django and Python

2018-11-02 Thread William Vincent
Well I'm biased but add Django for Beginners to the mix too. Also Django Girls is a great first step. On Monday, October 22, 2018 at 8:02:01 AM UTC-4, Lokendar Singh wrote: > > Hi Community, > > I'm new to django and python,

Re: Django bugfix release: 2.1.3

2018-11-02 Thread William Vincent
Well done Carlton et al! On Thursday, November 1, 2018 at 10:44:39 AM UTC-4, Carlton Gibson wrote: > > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2018/nov/01/bugfix-release/ > > -- You received this message because you are subscribed to the Goo

Re: Use Email to Login With Django Auth

2018-11-02 Thread William Vincent
Here you go: https://wsvincent.com/django-login-with-email-not-username/. On Thursday, November 1, 2018 at 8:09:13 AM UTC-4, Ryan Shepard wrote: > > How could i go about allowing people to also use their email to sign into > Django instead of a username? I have done research my self and tried >

Re: Use Email to Login With Django Auth

2018-11-02 Thread William Vincent
Yes that's me. I'm actually procrastinating on my book by writing up an example of login with email right now. Look for it shortly... Thanks for the kind words. On Friday, November 2, 2018 at 9:43:23 AM UTC-4, Anirudh Jain wrote: > > Hey William > > Is it you who runs the

Re: Use Email to Login With Django Auth

2018-11-02 Thread William Vincent
As others have noted, the short answer is use django-allauth. Here's a basic implementation that might help: https://github.com/wsvincent/djangox. On Thursday, November 1, 2018 at 8:09:13 AM UTC-4, Ryan Shepard wrote: > > How could i go about allowing people to also use their email to sign into

Location of Django Basic Poll App Files

2018-10-01 Thread William Kidwell
Does anyone know where the source files to Django's first tutorial are? I mean to the "basic poll" we all start off with... The tutorial is here - https://docs.djangoproject.com/en/2.1/intro/tutorial01/ But I'm wondering if there is a zip file of all the code I could download somewhere...

Re: [ANNOUNCE] Django security advisory: Vulnerability in password reset (master branch only)

2016-11-23 Thread William Hakizimana
While we are at it, could we implement these NIST new password guidelines into django? Just On Monday, November 21, 2016 at 3:13:21 PM UTC-6, Tim Graham wrote: > > We don't normally give security advis

Re: Best Practices URL Patterns

2016-07-06 Thread William Caruso
As far as putting the ID into the url, I would suggest not. Even though the ID is secure and anonymous, django's urls allow for much better ways to determine a user and put them on a page. What is your purpose for using the ID in the URL? On Wednesday, July 6, 2016 at 10:09:59 AM UTC-4, davidt

django transaction rollback on deadlock detection

2016-06-23 Thread William Messer
As far as I can see, there's nothing in the django database doco about transaction failure due to deadlock detection in a multi-user environment. Does this mean that django retries transactions itself a number of times e.g., as google appengine does? I'm pretty sure this would have been mention

Handling cookies that contain illegal values

2016-02-04 Thread William Harris
I recently ran into this problem on a production server, and it was causing my users to lose their sessions. Many browsers will happily post UTF-8 encoded data in cookie strings. This will result in cookie data such as this, which I captured from my nginx log: 'Good=1234;bad=\xe6\xb8\x85\xe9\xa

modelcluster

2015-08-16 Thread William Dimas
Hi everyone! I'm begginer on Django. I download tar.gz file from django modelcluster, but I have no idea how to install it. Other apps I've been installed via apt-get install. Thanks in advance. William Dimas -- You received this message because you are subscribed to the Goo

Need some suggestions on picking up the best combination

2015-06-01 Thread William Dai
decision for long time. The project is a longterm project and could grow to become a large website. Anyone know a live django based website which uses above three components? (i.e. e-commerce, CMS and forum) Thanks, William -- You received this message because you are subscribed to the Google

using Django on an existing mysql schema

2015-01-30 Thread William Muriithi
have read advice me to leave database work to orm. Regards, William ‎ -- 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...@googl

potential bug with defer() & only()

2014-12-23 Thread William Earp
Hi all, I'm writing some tests #18586) for defer() and only() and there appears to be a bug when it comes to chaining these two in a single query. If you look at the docs (https://docs.djangoproject.com/en/dev/ref/models/querysets/#django.db.models.query.QuerySet.only), it says this: # Final

defer() and only() chaining bug

2014-12-23 Thread William Earp
Hi all, I'm currently writing unit tests for defer() and only() under issue #18586. But there appears to a bug when it comes to chaining the two together. The docs gives the following example for only(): # Final result loads headline and body immediately (only() replaces any existing set of fi

Re: Generating a list of available templates

2014-10-28 Thread William Stewart
this: for loader in settings.TEMPLATE_LOADERS: loader_module = importlib.import_module('.'.join(loader.split('.')[:-1])) print '\n'.join(source for source in loader_module.Loader().get_template_sources('')) Just thought I'd share it in case anyone was in

Re: DateTimeField always returns None

2014-07-08 Thread William Granli
> Yours, > Russ Magee %-) > > > > > On Sun, Jul 6, 2014 at 10:51 AM, Dean > > wrote: > >> I think there is a restriction in using 'date' in MySQL as a field name >> as it's some sort of inbuilt function. >> >> On Friday,

DateTimeField always returns None

2014-07-04 Thread William Granli
I am trying to create a queryset for getting the values of a DateTimeField which is DATETIME in the DB. The class in models.py: class ChangeMetrics(models.Model): id = models.IntegerField(primary_key=True) file_id = models.ForeignKey(File, db_column = 'file_id') version_id = models

Re: Reverse Lookup Failure on password change/reset views

2014-01-16 Thread William Opondo
Hi all, I'm new to django and I am using django 1.6 on my local machine yet the version of django on the company server is 1.5.4 thus I get the following error: Reverse for 'django.contrib.auth.views.password_reset_confirm' with arguments '()' and keyword arguments '{u'uidb64': u'4', u'token':

ROOT_URLCONF = 'mysite.urls' : SyntaxError: invalid syntax

2013-06-02 Thread William T. Schultz
e any idea what is going on? Any help would be very appreciated. Best, William -- 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+unsu

Re: IDE to practice django template language

2013-04-19 Thread william ratcliff
For Wing (professional) you can debug templates, which can be useful. William On Fri, Apr 19, 2013 at 10:02 AM, Thomas Weholt wrote: > I have no experience in WingIDE, but PyCharm supports django development > with intregrated starting of server, running of unittests, running of >

Re: Django 1.4.3 contact_form

2013-03-04 Thread william ratcliff
Check the indentation of the clause I mark with * Also, do you use tabs? def contact(request): if request.method == 'POST': form = ContactForm(request.POST) if form.is_valid(): asunto = form.cleaned_data['asunto'] recado = form.cleaned_data['recad

Re: django-registration vs Django 1.5

2013-03-01 Thread william ratcliff
I believe that my patched version should also work: https://github.com/williamratcliff/django-registration Please let me know if there are problems--I should issue a pull request (the patch is minor) On Fri, Mar 1, 2013 at 11:07 AM, Johan Kock wrote: > Hi Xavi, > > I'm wrestling with the same

Re: Virtualenv changes url reverse behaviour

2012-09-08 Thread William Hart
uld submit a bug report... Thanks to everybody for your replies and help! Will On Saturday, September 8, 2012 3:04:15 AM UTC+1, Aaron C. de Bruyn wrote: > > On Fri, Sep 7, 2012 at 12:36 PM, William Hart > > wrote: > > And used in templates like so: > > {% url 'dash

Re: Virtualenv changes url reverse behaviour

2012-09-07 Thread William Hart
otes. (Which, in turn, probably means that you can't use a > variable there.) > > On Fri, Sep 7, 2012 at 7:46 PM, William Hart > > wrote: > > Hi, > > Thanks for the reply. > > > > Yes I'm fairly certain their are no absolute paths - the settin

Re: Virtualenv changes url reverse behaviour

2012-09-07 Thread William Hart
mber 7, 2012 11:00:46 PM UTC+1, ke1g wrote: > > Are you certain that you don't have an absolute path lurking somewhere > in your code? > > On Fri, Sep 7, 2012 at 3:36 PM, William Hart > > wrote: > > Hi all, > > I've made a post on stack overflow, but I

Virtualenv changes url reverse behaviour

2012-09-07 Thread William Hart
Hi all, I've made a post on stack overflow, but I'm not sure if this is some kind of weird bug or just something silly I'm doing. (see http://stackoverflow.com/questions/12310608/running-virtualenv-on-django-app-kills-my-urls). Basically I have an existing app with working urls set up like

Re: Problems with first tutorial

2012-08-28 Thread William Stearns
Latest released version is 1.4.1. So, there is no release of 1.5 at the moment. With the development branch, if and when it breaks, you get to keep the pieces. On Tuesday, August 28, 2012 8:06:28 AM UTC-6, Snorre Edwin wrote: > > I >> >> It makes sense, since my guess is that you have Python 3

Re: Issue Deploying Django

2012-08-02 Thread william ratcliff
I will say that I've had pretty good luck hosting with webfaction and installing packages locally. They also have really good support--I'd tell them your use case and ask them if it would work with them. Even though it's shared hosting, I do have ssh--though not root William

Re: How to print a graph

2012-08-01 Thread william ratcliff
Can you attach an example png? If it's not too complex, you might be able to do this all clientside as well... William On Wed, Aug 1, 2012 at 5:41 PM, william ratcliff wrote: > If you're planning on adding this to your views.py, then you want to move > the import statemen

Re: How to print a graph

2012-08-01 Thread william ratcliff
If you're planning on adding this to your views.py, then you want to move the import statements to the top of the file (outside of simple), so they aren't called every time. Don't import django. William On Wed, Aug 1, 2012 at 4:06 PM, Peregil wrote: > Great thanks... &

Re: How to print a graph

2012-08-01 Thread william ratcliff
If you just need the graphic on the web, then savefig("myfile.png") and insert the image link in your template...Since you're already using matplotlib, there's no need for another package. William On Wed, Aug 1, 2012 at 3:19 PM, Peregil wrote: > I need to have the grap

Re: How to print a graph

2012-08-01 Thread william ratcliff
using the printer dialog, I'll let you know... William On Wed, Aug 1, 2012 at 2:05 PM, Peregil wrote: > it is an intranet, and I don't have any restrictions > using JavaScript... abd I am using matplotlib... I thing it is the only way > to save a file and put it on the we

Re: How to print a graph

2012-08-01 Thread william ratcliff
this intranet, or external facing? Do you have any restrictions on using javascript? William On Wed, Aug 1, 2012 at 12:58 PM, Peregil wrote: > a user to print one > > I did this in python, but throws an error in django when I tried to run > it... I have seen some examples of savin

Re: How to print a graph

2012-08-01 Thread william ratcliff
Do you need to display a graph, or allow the user to print one? On Wed, Aug 1, 2012 at 12:06 PM, Peregil wrote: > The information comes from a database, which I got it with a problem. > However, I need to show a graph as well. > > Please let me know any suggestions... > > thanks and have great d

Re: Django Chuck - Your powerful project punch button

2012-07-11 Thread William Deegan
Bastian, What's the advantage of this over using buildout? -Bill On Jun 11, 2012, at 2:44 AM, Bastian Ballmann wrote: > Hi Django lovers out there, > > for all who didnt attend DjangoCon Europe virtually or physically we > want to announce our project Django Chuck. > > Here's what's all about:

Re: Handling millions of rows + large bulk processing (now 700+ mil rows)

2012-07-01 Thread william ratcliff
Sounds fun! On Sunday, July 1, 2012, James wrote: > > > On Saturday, June 30, 2012 11:10:27 AM UTC-4, Cal Leeming [Simplicity > Media Ltd] wrote: >> >> Hi all, >> >> As some of you know, I did a live webcast last year (July 2011) on our >> LLG project, which explained how we overcome some of the

Re: Graphs for my Django Application

2012-06-08 Thread william ratcliff
Jqplot is a succesor to flot. On Jun 8, 2012 7:12 AM, "Steve McConville" wrote: > > Can anyone give me idea how to provide graphs in Django. > > Assuming you mean "graph" in the "graph theory" sense, then NetworkX > (http://networkx.lanl.gov/) is a mature graph library for python. > > -- > steve

Inline formset for django project

2012-05-15 Thread William Ibarra Rodriguez
H! i need a way to use a inlineformset in my app, anyone knows how to use the inline tabular o stack formset of the admin site in an app?? -- 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@googlegr

inline formset error, help!!!

2012-05-07 Thread William Ibarra Rodriguez
i have a project in which i try to use the inline formset factory so when i try to fill the form it throw the following error: UnboundLocalError at /catalogo/adicionar/articulo/ local variable 'imagen_formset' referenced before assignment in my view i had: if request.POST: form

Re: UpdateView issue

2012-05-04 Thread William Ibarra Rodriguez
i made it but isn't solved, maybe i need to override another function in the class UpdateUserView? -- 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

UpdateView issue

2012-05-04 Thread William Ibarra Rodriguez
i start working with django 1.3 class based views so i have the following problem: when i try to update a user using django,contrib,auth.models (in this case User model) the is_active field doesn't update. so i have the following view: class UpdateUserView(UpdateView): model = User#

Re: users and groups management without admin site??

2012-05-03 Thread William Ibarra Rodriguez
maybe using django.contrib.admin or django.contrib.auth i can do that, but i don´t have any start point, so if have any thought please share it. i want to use the options that django provide(for example the password_change and the login or logout),i dont want to rewrite code because i don´t have so

Re: users and groups management without admin site??

2012-05-03 Thread William Ibarra Rodriguez
i need manage the users and groups in the same way that admin site does, but i won't use the admin site, i need web-based interface inside my project to do that. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email t

Validation error by working with inline formset

2012-05-03 Thread William Ibarra Rodriguez
In my django project I've working with inline formset factory to join two forms, so when i try to edit the main form this error happens ValidationError at /catalogo/editar/articulo/3/ [u'ManagementForm data is missing or has been tampered with'] my models.py is: class Articulo(models.Model):

users and groups management without admin site??

2012-05-03 Thread William Ibarra Rodriguez
i've working in a django project and i need to know a way to manage users and groups without using the admin site. my django version is 1.3.1 .. -- 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

Re: Any tool to validate django templates?

2012-04-16 Thread william ratcliff
Wing IDE also highlights templates. On Apr 16, 2012 3:16 AM, "Matt Schinckel" wrote: > Generally, I just use syntax highlighting in my text editor: that usually > helps me find errors. > > TextMate has a nice HTML (Django Template) mode. > > Matt. > > > On Monday, April 16, 2012 2:12:14 AM UTC+9:

Re: tutorial part 1...syncing db

2012-04-12 Thread william ratcliff
ing the sqllite database relative to __file__ because it is easier to move it between machines. So, for example, if I develop on a mac (or windows), when I deploy to linux (not so much for the database) for production, I don't have to manipulate the path throughout the code...Later, if I need

Re: tutorial part 1...syncing db

2012-04-12 Thread william ratcliff
Can you post your full code somewhere as a zip? On Thu, Apr 12, 2012 at 2:33 PM, Leonid Toshchev wrote: > Hello. > Try to escape spaces. I don`t check how django work when path have > spaces inside, but i meet same problems in my practice. > > p.s. sorry for my bad english. > > 12 апреля 2012 г

Re: Django tutorial

2012-04-10 Thread william ratcliff
If mysite is a directory, rather than a file, then Daniel is correct. On Apr 10, 2012 5:33 PM, "andrea mucci" wrote: > hi Ed > > you have configured the DB with the sqlite3 driver and you point the NAME > db to a mysql folder. > you need to put the folder for your sqlite database. > cheers, > El

Re: Django tutorial

2012-04-10 Thread william ratcliff
Can you try creating a file in that directory at the top of your settings.py file? On Apr 10, 2012 5:15 PM, "Ed McLaughlin" wrote: > DATABASES = { >'default': { >'ENGINE': 'django.db.backends.sqlite3', # Add > 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. >'NAME': '/u

Re: Upgrading django on a mac

2012-04-09 Thread William Deegan
Larry, Why not use virtualenv? Or buildout? -Bill On Apr 7, 2012, at 3:02 PM, Jonathan Baker wrote: > Ah, good to know. Apologies, but I glanced over your original code to quickly > and thought you renamed the directory. Glad it worked out. > > On Sat, Apr 7, 2012 at 3:54 PM, Larry Martell wr

Re: svm python

2012-03-30 Thread william ratcliff
Libsvm or scikit-learn are light On Mar 30, 2012 6:19 PM, "Leotis buchanan" wrote: > Try shogun,it has python bindings > Regards > Leotis Buchanan > Co-Founder > Exterbox > > > > > On Fri, Mar 30, 2012 at 8:24 AM, dummyman dummyman wrote: > >> Thanks a lot.Any other alternative ? >> >> >> On Fri,

[no subject]

2012-03-24 Thread William Slippey
-- 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.com. For more options, visit this group at

Re: Abridged summary of django-users@googlegroups.com - 45 Messages in 19 Topics

2012-03-24 Thread William Slippey
0a102b> > >Marc Aymerich Mar 23 04:36PM +0100 > >Hi, >I've overrided the get_urls() of one of my ModelAdmin in order to >provide some extra views. what I did is: > >def get_urls(self): >"""Returns the additional urls used by the Contac

Re: Abridged summary of django-users@googlegroups.com - 27 Messages in 14 Topics

2012-03-23 Thread William Slippey
On Fri, Mar 23, 2012 at 9:18 AM, wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/django-users/topics > >- Is it secure to have IDs show up in > URLs?<#1363fb5b1f3e4a26_group_thread_0>[9 Updates] >- Using _set.all in template when ForiegnKey is linked to > Self

Re: WSGI Issues - webfaction

2012-03-14 Thread william ratcliff
I can't answer this now, but the support at webfaction is really good and remarkably quick if no one here can get back to you quickly... On Wed, Mar 14, 2012 at 3:22 PM, hack wrote: > Hey folks, > I've finally got my app ready to put it online and got an account over at > webfaction. I've set e

Re: django social auth

2012-03-06 Thread William Deegan
Suresh, On Mar 6, 2012, at 4:07 AM, suresh dokania wrote: > Hi, > I am using django social auth (facebook) for authentication and authorisation > It works fine online.ie the link they have given as demo in their site > http://social.matiasaguirre.net/ > d" > but when i download and build it , it

buildout + djangorecipe how to install tools into bin directory

2012-02-05 Thread WIlliam Deegan
Greetings, I'm fairly new to django + buildout. I want to build some data loading tools and install them in the project bin directory. I see the bin/django and bin/test have some automated addition of the path to the buildout installed eggs. Is there a way to have buildout do this for my script

Re: I need help with Python Tools for Visual Studio 2010 and Django

2012-01-25 Thread william ratcliff
Just curious--is there any particular reason that you were using Visual Studio? On Wed, Jan 25, 2012 at 12:50 PM, JJ Zolper wrote: > In many of the (I)DEs (PythonWin, IDLE, probably the various EMACS > and VI configurations, SciTE), one can edit a file, save it (some will > save for you if neede

Re: New Relic with Django

2012-01-03 Thread william ratcliff
Could someone provide a link, or a brief description of "New Relic" Thanks! On Tue, Jan 3, 2012 at 9:00 AM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > Yeah, the pricing is very steep - and is really only suited for production > systems which are bringing

Re: Which IDE should I use for Django?

2011-12-19 Thread william ratcliff
Wing IDE Syntax highlighting Command completion Awesome debugging--I can put breakpoints not just on the server, but also in templates! It is paid, but for me is worth it for the productivity. On Dec 19, 2011 12:20 PM, "Marcos Moyano" wrote: > emacs +1 > > On Mon, Dec 19, 2011 at 1:46 PM, georg

django south

2011-11-30 Thread william ratcliff
offer another django chat. Best, William -- 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...@google

Re: Website Statistics - What should I use to have Google Analytics in Django?

2011-11-30 Thread william ratcliff
Google gives you a small piece of javascript that you need to insert into your pages to track them. So, all you need to do is to insert that code into your templates... On 11/30/11, Carlos Daniel Ruvalcaba Valenzuela wrote: > A quick Google revealed that there is already a > django-google-analyt

Re: Installation of Django

2011-11-27 Thread william ratcliff
I've recommended: http://www.amazon.com/Beginning-Python-Professional-Magnus-Hetland/dp/159059519X To people with good success. Best, William On Sun, Nov 27, 2011 at 8:46 AM, JJ Zolper wrote: > Sounds Great! > > I started yesterday. > > JJ > > > On Nov 27, 201

Re: Basic installation

2011-11-25 Thread william ratcliff
It looks like you have now installed Django. On 11/25/11, JJ Zolper wrote: > I felt stupid I went back to the installation guide on the site and: > Once you’ve unzipped the file, start up a DOS shell (the “Command > Prompt”) with administrator privileges and run the following command > from withi

Re: Installation of Django

2011-11-25 Thread william ratcliff
You don't run easy_install from within python, but rather from the command line. So, in your start window, you want to use run to start "cmd.exe". This will open a window with a dos prompt. From there, type "easy_install django" followed by the enter key I think before starting django, you

Re: Basic installation

2011-11-25 Thread william ratcliff
What operating system are you trying to install it on? Easy install is probably your easiest option. Personally, I use "pip", which once you've installed easy_install with the above directions, you can use to install django. The advantage of pip is that it can also uninstall packages. One othe

Re: Online Django meetup at 10am EST to discuss basics

2011-11-20 Thread william ratcliff
EST On Sun, Nov 20, 2011 at 8:49 AM, Tim Makobu wrote: > Which timezone? > > On Sun, Nov 20, 2011 at 2:25 PM, william ratcliff < > william.ratcl...@gmail.com> wrote: > >> For anyone interested in discussing Django basics, join us today at 10am >> at: >&g

Online Django meetup at 10am EST to discuss basics

2011-11-20 Thread william ratcliff
For anyone interested in discussing Django basics, join us today at 10am at: http://meet83755466.adobeconnect.com/django-for-beginners/ I may have to limit participation (btw. it's free)... Best, William -- You received this message because you are subscribed to the Google Groups &q

django chat?

2011-11-17 Thread william ratcliff
es, celery, etc.), then contact us through http://www.studybrunch.com/contact/ so we don't spam the list. I have listed some preliminary times on the site in EST, but let me know on the site if you can't make those and I can try to schedule another session on Sunday evening. Best, Willi

Re: django admin datetime widget NOT using UTC time?

2011-10-13 Thread william ratcliff
Is it possible to override how the admin interacts with a particular date field (for example, to transform it given a user supplied function)? William On Thu, Oct 13, 2011 at 5:20 AM, est wrote: > Hi guys, > > I am using Django 1.2 which a model has the following field &g

Re: Ajax replacement in django

2011-10-12 Thread william ratcliff
I think the OP should ask his manager why they wish to avoid using ajax. For example, is it sufficient if the page degrades gracefully for those not running javascript? On Wed, Oct 12, 2011 at 11:40 AM, Tom Evans wrote: > On Wed, Oct 12, 2011 at 3:24 PM, Javier Guerra Giraldez > wrote: > > On We

Re: hasNoProfanities validator - no longer exists?

2011-10-06 Thread william ratcliff
Simple filters run into problems like: http://en.wikipedia.org/wiki/Scunthorpe_problem William On Thu, Oct 6, 2011 at 10:18 PM, robinne wrote: > I've finally managed to get a basic validator to work on a model (I > used validate_slug on a model field and was able to ca

Re: best way to get started with Dajngo?

2011-10-01 Thread william ratcliff
Some of my students liked codingbat.com Once you're working on a project, there are any number of blogs with helpful hints and this list is rather helpful when you have specific questions. Does anyone have the guidelines for how to ask a good question on the list? Good luck, William 2011/10/1

Re: Possible interest in a webcast/presentation about Django site with 40mil+ rows of data??

2011-08-27 Thread william ratcliff
Any problem if we register for both? On Sat, Aug 27, 2011 at 4:33 PM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > Hey guys, > > I'm sending out the webcast invitations now (should receive them in about > 10 minutes from GoToMeeting). Last chance to jump on

Re: Regarding postgresql

2011-08-20 Thread william ratcliff
Are you sure that you've installed it to the same python that django is using? Can you import it successfully? On Sat, Aug 20, 2011 at 5:57 AM, Harjot Gill wrote: > > > > the backend should be postgresql_psycopg2 and you should install > > python-psycopg2. > I have done this but error remains

Re: Django admin site and DEBUG flag.

2011-08-19 Thread william ratcliff
Actually, you might want to just use the following: http://betterthangrep.com/ to search through the entire project--this program has saved me a lot of time! William On Fri, Aug 19, 2011 at 4:36 AM, Reinout van Rees wrote: > On 19-08-11 10:27, KC LEE wrote: > >> urlpattern

Re: Upload Multiple Images App ?

2011-08-17 Thread william ratcliff
We've done this using django and the fileapi--but it will only work with HTML5 and modern browsers...The only other solution I know involves flash (I believe uploadify or swfupload)... Best, William 2011/8/17 枯藤天涯 > to Kevin Monceaux,according to Kevin's offering link,we must

Re: Django-Registration, How can a beginner work with this 3rd party App?

2011-08-15 Thread william ratcliff
Perhaps the following blog post will be useful for you if you just want to get something up and running: http://devdoodles.wordpress.com/2009/02/16/user-authentication-with-django-registration/ The author even has a link where you can download some of the standard templates. Best, William On

Re: 3rd party Apps in Django

2011-08-15 Thread william ratcliff
. You might also want to investigate virtual-env. I think the main goal for me is to try to keep things as decoupled as possible and to keep packages locally in case their source somehow vanishes online, or if I depend on the particulars of a given version... Best, William On Mon, Aug 15,

Re: 3rd party Apps in Django

2011-08-15 Thread william ratcliff
own module name: registration (and in general, it is always a good idea to follow normal Python practices for installing and using Django applications). On Mon, Aug 15, 2011 at 9:07 AM, william ratcliff < william.ratcl...@gmail.com> wrote: > Someone else may want to confirm this, but we

Re: 3rd party Apps in Django

2011-08-15 Thread william ratcliff
Someone else may want to confirm this, but were there any issues with signals depending on location within the project? Best, William On Mon, Aug 15, 2011 at 9:02 AM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > Personally, I don't rely on ea

Re: Running the orbited server?

2011-08-12 Thread william ratcliff
n the readme file, it tells you how to start the stomp server, and orbited, which rely on relay.py and orbited.cfg...These may help you. Again, I'm not sure what the future is for orbited, so it might be best to email the creators... Best, William On Fri, Aug 12, 2011 at 9:32 AM, raj wrot

Re: Running the orbited server?

2011-08-11 Thread william ratcliff
You may also want to look at some of the projects at: https://github.com/mcarter On Fri, Aug 12, 2011 at 12:58 AM, william ratcliff < william.ratcl...@gmail.com> wrote: > Can't write much now, but you may look at my students' prototype of a web > based system for data

  1   2   >