Tutorial for dev version not working (Polls app): admin

2012-01-28 Thread Alec Taylor
). There are no differences in field order/display on any of these pages. I have followed the tutorial exactly, but the fields aren't being rearranged. Is there a different way of rearranging admin fields in Django 1.4? Thanks for helping me get this working, Alec Taylor -- You received this mes

Displaying template location in html

2012-01-28 Thread Alec Taylor
n? Thanks for all suggestions, Alec Taylor -- 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

Admin CSS not loading on dev

2012-01-29 Thread Alec Taylor
lly moving the .css files. Thanks for all suggestions, Alec Taylor -- 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

Re: Displaying template location in html

2012-01-31 Thread Alec Taylor
t shows the names of all the templates that make up the > given page as well as which tags are used on the page. > > With DDT, you don't have to annotate (and un-annotate) anything. > > http://pypi.python.org/pypi/django-debug-toolbar > > On Jan 28, 10:26 pm, Alec Taylor wr

base.css 404ing on Django 1.4a1

2012-02-02 Thread Alec Taylor
base.css which isn't. How should I go about getting that base.css link to not 404, or *actually* changing that ADMIN_MEDIA_PREFIX? Thanks for all suggestions, Alec Taylor -- You received this message because you are subscribed to the Google Groups "Django users" group. To post

Checklist for appreciating a project from 1.2.7 to 1.4a1

2012-02-03 Thread Alec Taylor
'ENGINE': 'django.db.backends.mysql', 'OPTIONS': { 'read_default_file': '/path/to/my.cnf', }, } } But it keeps giving me error after error once I've done that, so instead of tackling issues one at a time, I thoug

Re: Creating a hospital erp (hospital management) in Django

2012-02-10 Thread Alec Taylor
On Fri, Feb 10, 2012 at 9:58 PM, Saadat wrote: > Hello All, > I'm in my final year of computer science engineering and for my final > year project, i'm creating a hospital erp. I'm a bit confused about > where to start from. Any sort of help will be appreciated. Thanks a > lot. > > Cheers > Saadat

Re: Creating a hospital erp (hospital management) in Django

2012-02-14 Thread Alec Taylor
Hi Saadat, I recommend reading a book on Django to get started. All the best, Alec Taylor On Wed, Feb 15, 2012 at 1:12 AM, Saadat wrote: > Thanks Sebastien, I already have the info about the various > departments of the hospital. I also created a sample database with > tables bein

Re: Creating a hospital erp (hospital management) in Django

2012-02-16 Thread Alec Taylor
ModelForm On Thu, Feb 16, 2012 at 10:18 PM, Saadat wrote: > Hi all, I created a view today and I could access the database > contents using Templates. Now I wish to create a listbox that would > have the names of doctors. When an item from the list is selected, an > sql query should be sent which

Re: Creating a hospital erp (hospital management) in Django

2012-02-18 Thread Alec Taylor
ne guide me to create a drop down menu (single-level).. i > need to put this menu in a header file that will be included in every > page. A bit of code and some explanation is required. tried searching > on the Internet, but couldn't find anything. thanks a lot > > On Feb

Re: Creating a hospital erp (hospital management) in Django

2012-02-20 Thread Alec Taylor
... Design doesn't matter one bit for what you're doing. Don't try and win design awards by having CSS dropdowns. Concentrate on solving their business logic rather than adding images of sexy nurses And get that book. There are free books online, there's the official django tutorial also. On T

Re: Django and social network

2012-02-22 Thread Alec Taylor
Pinax http://pinaxproject.com/ On Thu, Feb 23, 2012 at 1:50 AM, Lewis wrote: > I am new in Django. I know it is a good platform. > I want to know if there's any plug-ins or script that do social > networking. I research on Pinax, but it seem very difficult to set it > up. These are the feature t

Re: Django and social network

2012-02-22 Thread Alec Taylor
Lewis Satini wrote: > >> How much experience do you have on pinax. Did you implemented before? do >> you have the sample site, that I might able to look at? it is difficult to >> install, because it have some requirement before you install it. >> >> >>

Re: Django and social network

2012-02-23 Thread Alec Taylor
t helping at all. You still have a long way to go > though. If you keep persisting, you will get there. I'm also a noob > though. Feel free to let me know what you think! > > Cheers > > On Feb 22, 6:53 pm, Alec Taylor wrote: >> k >> >> If you have issue

Re: Django and social network

2012-02-23 Thread Alec Taylor
Virtualenv is recommended but not required. You can just install everything to PATH On Fri, Feb 24, 2012 at 2:29 AM, Lewis Satini wrote: > The only problem with pinax that I dont like is to setup the virtual > environment that make me so headache > > The site that you ask me to check out. It

Re: django registration

2012-03-05 Thread Alec Taylor
DRY principle is what Django is all about. Use Pinax instead of developing your own Profile system. If Pinax profiles don't show exactly what you want, extend them. Unless you're doing this as a learning exercise? On Mon, Mar 5, 2012 at 10:46 PM, Stanwin Siow wrote: > Even after doing that, >

Re: django registration

2012-03-05 Thread Alec Taylor
Not sure how large your app is, so had to say. On Tue, Mar 6, 2012 at 1:59 AM, Stanwin Siow wrote: > I don't think using another external app now would be ideal since i want to > push it to production soon. > > From what i found online, it says i'm calling that profile_callback() that > is in the

Re: django registration

2012-03-05 Thread Alec Taylor
*hard to say On Tue, Mar 6, 2012 at 2:03 AM, Alec Taylor wrote: > Not sure how large your app is, so had to say. > > On Tue, Mar 6, 2012 at 1:59 AM, Stanwin Siow wrote: >> I don't think using another external app now would be ideal since i want to >> push it to produc

[ImportError] cannot import name `feed`

2012-03-05 Thread Alec Taylor
r? Thanks for all suggestions, Alec Taylor -- 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: urllib2

2012-03-15 Thread Alec Taylor
Also, quick sort-of side-note: I recommend checking out the python-requests library as an alternative to urllib2 http://docs.python-requests.org -- 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@

Theme template designer form

2012-03-16 Thread Alec Taylor
nipulation (bold, italic, underline, alignment [also for images], highlight and text-colour) with full drag-and-drop support implemented in JavaScript. Can you recommend some projects and/or modules which will assist in building this project? Thanks for all suggestions, Alec Taylor -- You rec

Templated rich-text egg for Django?

2012-03-22 Thread Alec Taylor
me to do the aforementioned. Thanks for all recommendations, Alec Taylor -- 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

"Expression of Interest" django project

2012-04-03 Thread Alec Taylor
is project though, is: "Has someone done this already + have they done it well?" Thanks for all information, Alec Taylor -- 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

Re: base.css 404ing on Django 1.4a1

2012-04-04 Thread Alec Taylor
u, Apr 5, 2012 at 11:13 AM, swiharta wrote: > I had to upgrade my version of django-staticfiles and do collectstatic. Hope > that helps. > > > On Thursday, February 2, 2012 12:26:47 PM UTC-5, Alec Taylor wrote: >> >> Trunk version cannot load Admin CSS. >> >>

Re: ecommerce like openCart in php

2012-04-11 Thread Alec Taylor
[Maybe] Mezzanine? On Thu, Apr 12, 2012 at 10:35 AM, m1chael wrote: > i think you're barking up the wrong tree miss Hisham > > On Wed, Apr 11, 2012 at 6:34 PM, Randa Hisham wrote: >> >> iam searching for an ecommerce  open source like OpenCart in php >> -  - >> Randa Hesham >> Software Developer

Re: cannot import name `feed`

2012-04-14 Thread Alec Taylor
graded to Django 1.4. > > I had the same problem when going from Django 1.3.1 to 1.4. > > Suggestion: > > pip install django==1.3.1 > > On Mar 6, 7:22 am, Alec Taylor wrote: >> I keep getting an ImportError saying "cannot import name `feed`". >> (p

Re: Using Django to develop a Database?

2012-04-29 Thread Alec Taylor
Quick offside: checkout the NLTK project for processing the information On Sun, Apr 29, 2012 at 5:05 PM, Kevin A wrote: > Hello, > > I'm hoping someone can help me with my research. > > I've been tasked with helping to construct a Database. Within this > database will be information (such as thei

How would I go about building an API converter?

2012-05-02 Thread Alec Taylor
of problem Slumber <http://slumber.in/> with TastyPie<http://tastypieapi.org/>would be best for? Or are there a different libraries you'd recommend? Thanks for all suggestions, Alec Taylor -- You received this message because you are subscribed to the Google Groups "Djan

Re: How would I go about building an API converter?

2012-05-02 Thread Alec Taylor
the data on demand (and not wait for a set/get operation from another party) I will need to create models (database) storing all information received. What would be the best way of doing this? Would TastyPie still be a good choice, or would Django-Piston [or some other] better suit this problem?

Re: Google Drive with Django?

2012-05-09 Thread Alec Taylor
This isn't helpful? https://developers.google.com/drive/examples/python On Thu, May 10, 2012 at 2:16 PM, Jordon Wing wrote: > Hey guys, > I'm trying to integrate Google Drive into my app, and I'm having some trouble > using OAuth2. I'm not sure if any of you have played with the SDK, but if >

Re: Prototype of a web based code editor for Django

2012-05-11 Thread Alec Taylor
It looks alright, be sure to add code highlighting and debugging to the online text editor (http://ace.ajax.org/). Also need restart buttons and whatnot On Sat, May 12, 2012 at 12:06 AM, Timothy Clemans wrote: > I've created a basic web based code editor for Django, see > http://198.144.178.112:

Web-framework+db with the widest scalability?

2012-05-12 Thread Alec Taylor
Disclosure: I have posted this on stackoverflowand comp.lang.python . I am building a project requiring high performance and scalability, entailing: - Role-based authentication

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-12 Thread Alec Taylor
Without gcc you can't do anything yourself. Extract the binary out of the Python package for your platform Alternatively I think this has a Python interpreter: http://portablelinuxapps.org/development/wireshark Might be only 2.6 though... On Sat, May 12, 2012 at 8:29 PM, Dan Santos wrote: >

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-12 Thread Alec Taylor
nfigure --prefix=/home/dan/usr-32 > --with-zlib* > > > On Saturday, May 12, 2012 12:45:09 PM UTC+2, Alec Taylor wrote: >> >> Without gcc you can't do anything yourself. >> >> Extract the binary out of the Python package for your platform >> >>

Re: Use Django to implement my GUI!

2012-05-13 Thread Alec Taylor
You could always create a responsive interface—e.g.: using twitter-bootstrap—and then distribute it onto every platform. Web (obviously): Django templates or "standard" web frontend—using e.g.: REST, XMLRPC or JSONRPC—that calls functions and serialises data in a less data heavy way (on clients' e

Re: Django News App

2012-05-14 Thread Alec Taylor
Mezzanine might be a bit of fun to work with Also note that Django was developed for a news room, so you should be fine with it as is (if you learn how to use it... maybe go through the docs) On Tue, May 15, 2012 at 12:28 AM, armagan wrote: > Hi, > I am trying to practice a news app. I've tried

Re: Use Django to implement my GUI!

2012-05-14 Thread Alec Taylor
No reason to do anything crazy like that. Forget SOCKETS, use HTTP or HTTPS. Clientside/mobileside/webside build in HTML+CSS+JS. #win On Tue, May 15, 2012 at 9:18 AM, Eugène Ngontang wrote: > Hi Jani! > > I haven't seen the last statements of your post, whre you say I'm not really > clear and

Re: Use Django to implement my GUI!

2012-05-16 Thread Alec Taylor
On Wed, May 16, 2012 at 10:49 PM, Frank Stüss wrote: > or maybe you might have a look at http://pyjs.org/ > which could help you having an event aware client app in your browser. > Served by and with django. I'm impressed (just read the exec summary from homepage) > > Am Sonntag, den 13.05.2012

Re: Use Django to implement my GUI!

2012-05-16 Thread Alec Taylor
Oh right, it's just Pyjamas. Still, annoyed I didn't think to recommend it first! On Thu, May 17, 2012 at 12:02 AM, Alec Taylor wrote: > On Wed, May 16, 2012 at 10:49 PM, Frank Stüss wrote: >> or maybe you might have a look at http://pyjs.org/ >> which could help

Re: How do you install Django on a shared hosting without root access?

2012-05-17 Thread Alec Taylor
You could wget/curl over a version of http://code.google.com/p/pts-mini-gpl/wiki/StaticPython On Thu, May 17, 2012 at 6:21 PM, Dan Santos wrote: > Sorry I celebrated too early :( not sure if my local webhost can pull it of > entirely? > But they have been very forthcoming so far. > > I've just go

Re: Use Django to implement my GUI!

2012-05-18 Thread Alec Taylor
#x27;m describing in the > second item fit. And give idea if you have, about libraiies and or framwork > that could help going fast and easy. > I thing I will use django and green unicorn. > > Thanks for your attention. > > > > 2012/5/16 Alec Taylor >> >> Oh rig

Re: Django in mobile devices

2012-05-19 Thread Alec Taylor
I use Phonegap and Django I created my mobile app using my exposed REST API with JSON calls in JavaScript On Sat, May 19, 2012 at 7:08 PM, Phang Mulianto wrote: > Hi Mario, > > thanks for your response. > > i already know about sl4a . > > what i mean is, are there any known project that use djan

Re: JQuery Django

2012-05-23 Thread Alec Taylor
This might be helpful: http://www.djangobook.com/en/beta/chapter04/ On Wed, May 23, 2012 at 4:06 PM, cocoza4 wrote: > I'm new to Django. > How can i connect Django with jQuery? > > is there any additional tool that i need to install? > > could you show me a sample code also? > > Thanks in advance

Re: Is there a custom forms component of python-web?

2012-05-24 Thread Alec Taylor
On Thu, May 24, 2012 at 8:29 PM, kevon wang wrote: > what is plonk. ? > Onomatopoeia See: http://www.urbandictionary.com/define.php?term=plonk -- 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: PyPm / Django 1.4?

2012-06-04 Thread Alec Taylor
On Mon, Jun 4, 2012 at 2:48 AM, Aaron C. de Bruyn wrote: > On Sat, Jun 2, 2012 at 9:43 AM, Bill Freeman wrote: >> Have you considered running under a virtualenv and pip installing >> exactly what you need? > > Yes--that's what I may end up doing.  Just trying to remove a few > steps from the 'ins

Re: Graphs in django

2012-06-11 Thread Alec Taylor
Put it in the template or whatnot Might be an easier job for a javascript graph library, or even processing-js On Tue, Jun 12, 2012 at 3:40 PM, Satvir Toor wrote: > here is code to display sin curve > > from pylab import * > > t = arange(0.0, 2.0, 0.01) > s = sin(2*pi*t) > plot(t, s, linewidth=1

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

2012-07-01 Thread Alec Taylor
+! :] On Sun, Jul 1, 2012 at 5:52 PM, ionic drive wrote: > +1 great! > > > On Sat, 2012-06-30 at 16:10 +0100, 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

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

2012-07-01 Thread Alec Taylor
Sounds good, but have you considered using Google+ Hangouts? On Mon, Jul 2, 2012 at 1:09 AM, Cal Leeming [Simplicity Media Ltd] wrote: > Wow - glad to see there's people interested in this! > > Here is the schedule, could everyone please select which days/times they are > available (enter more th

Re: Any free cloud database hosting ?

2012-07-16 Thread Alec Taylor
Heroku or Red Hat Open Cloud On Tue, Jul 17, 2012 at 1:27 PM, surya wrote: > I am building a facebook application where I have to use database models > (very small size ~ 1MB - 2MB). Is there any good cloud db storage website > for hosting the database?? > > I looked around Amazon Web Services,

Re: Any free cloud database hosting ?

2012-07-16 Thread Alec Taylor
12 at 1:39 PM, surya wrote: > Heroku even needs "credit card". and let me check about red hat! > > > On Tuesday, July 17, 2012 9:06:18 AM UTC+5:30, Alec Taylor wrote: >> >> Heroku or Red Hat Open Cloud >> >> On Tue, Jul 17, 2012 at 1:27 PM, surya wrot

Re: Any free cloud database hosting ?

2012-07-19 Thread Alec Taylor
Rarr, I meant OpenShift not Open Cloud >.< On Thu, Jul 19, 2012 at 10:54 PM, surya wrote: > "Openshift?" .. what are you trying to say.. > > > On Thursday, July 19, 2012 4:06:03 AM UTC+5:30, doogster wrote: >> >> Openshift? >> >> On Monday, July 16, 2012 8:27:23 PM UTC-7, surya wrote: >>> >>> I

Thoughts on web2py?

2012-08-05 Thread Alec Taylor
rial, what else should I do to learn Django? 2. What are your thoughts on web2py? I will listen to reasons, e.g.: if you think I shouldn't look back to web2py for other projects and stick with Django for all my future projects. Thanks for all suggestions, Alec Taylor -- You received this

Compile/generate JavaScript from Django Templates?

2012-08-07 Thread Alec Taylor
simplify things a lot and prevent double typing thought if it is possible to compile/generate JavaScript from Django Templates. Thanks for all information, Alec Taylor -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: Full auth solution

2012-08-17 Thread Alec Taylor
Pinax? On Sat, Aug 18, 2012 at 2:53 AM, pearlball wrote: > Although the auth module is very useful, there's still a lot of faffing to be > done just to get a standard user login system in place. Can anyone recommend > a sort of boilerplate solution with a full suite of registration, user > pro

Re: Ecommerce Solution

2012-08-26 Thread Alec Taylor
Mezzanine? On Mon, Aug 27, 2012 at 6:03 AM, Swaroop Shankar V wrote: > Hi All, > Previously I had asked similar question on this group and decided to go with > Satchmo. After the implementation it turned out to be bit difficult to > maintain since the system do not provide much plugin or customiz

Re: Ecommerce Solution

2012-08-27 Thread Alec Taylor
sting project and also with some good > documentation. > > Thanks and Regards, > Swaroop Shankar V > > > > On Mon, Aug 27, 2012 at 2:37 AM, Alec Taylor wrote: >> >> Mezzanine? >> >> On Mon, Aug 27, 2012 at 6:03 AM, Swaroop Shankar V >> wrote:

Re: Choosing a JS framework to go together with Django

2012-09-04 Thread Alec Taylor
AngularJS? On Tue, Sep 4, 2012 at 11:39 PM, dotnetCarpenter wrote: > Hi all. > > I'm new here and just took over a Django project for the first time. I'm > still getting to grip with Django but as a front end dev for the past 5 > years, I'm also looking for a client-side library/framework to go t

Re: Announcement of GUI for Creating Models

2012-09-07 Thread Alec Taylor
Suggestion: go visual E.g.: fork this - http://gaesql.appspot.com/ On Sat, Sep 8, 2012 at 12:42 PM, Timothy Clemans wrote: > I've developed a GUI for creating models, see > https://github.com/timothyclemans/django-admin-models-editor > > Would this be helpful for developers? Would it be useful f

Re: Announcement of GUI for Creating Models

2012-09-08 Thread Alec Taylor
Kurtis: That looks very interesting; just finished reading it. I wouldn't recommend this for Timothy though; it looks like something which will require a large team to develop. Maybe submit it as a project proposal to Canonical? Or post on Django-Dev [and here] to see if you can get a large + sk

Multi-tenant open-source e-commerce solution?

2012-09-17 Thread Alec Taylor
Are there any open-source multi-tenant e-commerce solutions built with Django? I.e.: where you can have multiple shops on the one site, and a shop-create form on the frontend to add more shops. If there aren't any, I'd be willing to start such a project. Thanks for all suggestions, A

Re: Django on Bluehost

2012-09-24 Thread Alec Taylor
You will probably crap-out with Bitbucket. Go to a cloud provider instead. For example, Red Hat OpenShift offers their IaaS platform for free (ATM anyway). On Mon, Sep 24, 2012 at 2:21 PM, Zach wrote: > Hey everyone, > I have recently been setting up a Django 1.4.1 project with python 2.7.2 > a

Re: app for kickstarter-like goals

2012-10-01 Thread Alec Taylor
What you are talking about are: "game mechanics" With those keywords you should be able to find something. But it doesn't look too difficult to build yourself. On Mon, Oct 1, 2012 at 5:10 AM, Matteo Suppo wrote: > I'm developing a website for a non-profit organization. > > They want something si

Streamlining DJango Deployment — Novel idea from the world of CMSs

2011-09-07 Thread Alec Taylor
m/2055fg8.png • http://i55.tinypic.com/e8lgtg.png • http://i55.tinypic.com/o0qiow.png • http://i55.tinypic.com/o0qiow.png What are your thoughts on the DJango deployment redesign? Would anyone be interested in getting involved (making this happen!)? Best regards, Alec Taylor -- You received

Re: Streamlining DJango Deployment — Novel idea from the world of CMSs

2011-09-07 Thread Alec Taylor
Looks like the initial mockup for the final display didn't Ctrl+V properly, here it is: http://i55.tinypic.com/s5fivd.png The problem I'm trying to solve is one of deployment (and minimalist overvie

Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-17 Thread Alec Taylor
n/dev//intro/tutorial03/ 2. http://pinaxproject.com/docs/dev/contributing/#getting-started My current Python skills are limited to PythonCGI only. Would you recommend I follow the aforementioned Learning Plan, or would you recommend a different method? Thanks for all suggestions, Alec Taylor --

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-17 Thread Alec Taylor
Thanks Russ, I'll use that method. :] 2011/9/18 Aesha Umelmumenen : > > > On Sun, Sep 18, 2011 at 2:24 AM, Russell Keith-Magee > wrote: >> >> On Sat, Sep 17, 2011 at 3:17 PM, Alec Taylor >> wrote: >> > Good afternoon, >> > >> > I

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-17 Thread Alec Taylor
Also, quick tutorial question; are there a good set of video tutorials (i.e. on YouTube or metacafe) for DJango? /me finds the most resources he has at his disposal the quicker he learns On Sep 18, 3:43 pm, Alec Taylor wrote: > Thanks Russ, I'll use that method. > > :] >

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-19 Thread Alec Taylor
Adnan: Those tutorials seems 2-3 years old, has DJango changed significantly in those years? Deng: Thanks, I will do so :] -- 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/ms

Re: Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-19 Thread Alec Taylor
Thanks all, lets see how much progress I can make in the next few days, maybe finally commit some code to my github! :P On Mon, Sep 19, 2011 at 6:52 PM, Rajul Srivastava wrote: > Dear Alec, > > I would suggest that you learn Django first before you move on to Pinax,as > Pinax is just a collectio

DJango doesn't work with Oracle 11g on Windows 8

2011-09-24 Thread Alec Taylor
database? Thanks for all suggestions, Alec Taylor -- 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...

Re: [pinax-users] Learn DJango first, then learn Pinax; or just learn Pinax straight-off?

2011-09-26 Thread Alec Taylor
Thanks. I'll get the prereqs installed now. On Tue, Sep 27, 2011 at 10:43 AM, Brian Rosner wrote: > On Sat, Sep 17, 2011 at 1:17 AM, Alec Taylor wrote: >> Would you recommend I follow the aforementioned Learning Plan, or >> would you recommend a different method? > >

FOSS VOIP Framework compatible with DJango?

2011-09-28 Thread Alec Taylor
ough a web-interface (Java or Flash). Thanks for all suggestions, Alec Taylor -- 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 d

DJango for large-scale e-commerce: A good or bad choice?

2011-10-23 Thread Alec Taylor
pment time? Also, is DJango scalable enough for a system of this sort, or should I pick a competitor? Thanks for all suggestions, Alec Taylor -- 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

Maturity of e-commerce modules in DJango when compared with Catalyst

2011-11-13 Thread Alec Taylor
i.e. "pay online" - Multiple stores linked to the 1 shopping-cart (even across multiple payment gateways) - Pre-built modules to assist in building mobile apps Which framework should I go with, and which modules would you recommend I install? Thanks for all suggestions, Alec Taylor

Build mobile apps for DJango sites — Would XML/JSON passing be the best approach?

2011-11-21 Thread Alec Taylor
Qt and display it in a neat way in the mobile app. I'm not sure if this is the best approach, so am open to recommendations. Thanks for all suggestions, Alec Taylor -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

MS Access integration with DJango through conversion to (Postgres or MySQL) xor direct interaction

2011-11-29 Thread Alec Taylor
chemy? Thanks for all suggestions, Alec Taylor -- 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...@g

Building my own `like` system

2011-12-09 Thread Alec Taylor
his system? — i.e. Should I be looking at Pinax? Thanks for all suggestions, Alec Taylor -- 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

Is DJango bad for conveying business-logic?

2011-12-13 Thread Alec Taylor
;Products" which I am putting DJango (with satchmo) up against: - Ruby on Rails (with spree) [Ruby] - Catalyst [Perl] - JadaSite [Java] - KonaKart [Java] - Shopizer [Java] Could you please alleviate (or confirm) my concerns regarding the aforementioned quote about DJango? Thanks for all i

Re: Is DJango bad for conveying business-logic?

2011-12-14 Thread Alec Taylor
Thanks all. DJango-erp looks interesting in and of itself. Is there an ERP solution open-sourced with DJango that is maintained? On Thu, Dec 15, 2011 at 1:08 AM, bobhaugen wrote: > I'm developing quite complex business systems in Django, and if you > google for "django erp" you'll find a bunch

ERP in DJango; what's available? — I'm thinking of writing a DJango wrapper to OpenERP

2011-12-14 Thread Alec Taylor
What's available in terms of ERP on DJango? If there isn't anything that is maintained and has a strong feature-set, I'm thinking of writing a DJango wrapper to OpenERP (and would be happy to release this under FreeBSD license). -- You received this message because you are subscribed to the Goog

Re: ERP in DJango; what's available? — I'm thinking of writing a DJango wrapper to OpenERP

2011-12-14 Thread Alec Taylor
>On Thu, Dec 15, 2011 at 4:24 AM, Antoni Aloy wrote: > I think people from zikzakmedia has done some work : > http://www.zikzakmedia.com/blog/zoook-openerp-e-sale-tool > It looks like what I'm looking for (well I also want POS). But a bit confusing; isn't Magento a PHP thing? On Thu, Dec 15, 20

ERP with Supply chain management (incl. POS) and Customer relationship management — What's available?

2011-12-14 Thread Alec Taylor
suggestions, Alec Taylor -- 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 mo

Re: Django Persistent DB connections - A different approach

2011-12-14 Thread Alec Taylor
No reason you can't ACID the whole thing Important info: http://en.wikipedia.org/wiki/Concurrency_control#Methods On Thu, Dec 15, 2011 at 5:18 AM, akaariai wrote: > A quick warning about your approach: if you use that in multi-threaded > environment, you are toasted. You will get two concurrent

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread Alec Taylor
Also satchmo http://www.satchmoproject.com/ On Fri, Dec 16, 2011 at 9:43 PM, Ivo Brodien wrote: > and keep in mind, that you don’t have to reinvent the wheel. There are > open source solutions for shops: > > Like: http://www.getlfs.com/released-06-beta-1 > > cheers > > On Dec 16, 2011, at 11:17

GMail/Hotmail style checkbox drag-and-drop for Satchmo product groups

2011-12-16 Thread Alec Taylor
Good afternoon, I am considering building a GMail/Hotmail style checkbox drag-and-drop for Satchmo product groups. e.g.: http://i42.tinypic.com/110kwfk.png What do you think of this design? How would I go about building this in Satchmo? Thanks for all suggestions, Alec Taylor FYI: I'

Re: Creating websites like Amazon/Ebay using Django

2011-12-16 Thread Alec Taylor
I'm great at design, at the level of i.e. Balsamiq Mockups. It just takes me too long to build it from scratch in CSS+HTML+JS to get from wireframe to proper design. I am building it from satchmo as base, but am looking for other libraries to integrate in order to be DRY-er. Reuse FTW! But I th

Which IDE should I use for Django?

2011-12-19 Thread Alec Taylor
April, which they still haven't integrated. So I am looking at alternatives :) Thanks for all suggestions, Alec Taylor -- 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.

Re: Which IDE should I use for Django?

2011-12-19 Thread Alec Taylor
I am testing each of the ones thus far recommended (even though I hate Eclipse with a vengeance :3). My results you'll find succeeding: [pun intended!] *PyCharm* PyCharm seems good (albeit Java), achieves better code-completion than ST2 through indexing. Unfortunately it doesn't seem to recognise

Re: (Re)Learning Django

2011-12-24 Thread Alec Taylor
Maybe go through the tutorials here: https://docs.djangoproject.com/en/dev/intro/tutorial01/ Should be a quick refresher, and you'll remember all :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-use

Good notation for showing MVC interactions (i.e. Django)

2011-12-29 Thread Alec Taylor
there would be a more suitable one for this. Thanks for all suggestions, Alec Taylor -- 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

Re: Good notation for showing MVC interactions (i.e. Django)

2011-12-29 Thread Alec Taylor
An example of a BPMN2 diagram with swimlanes, which I created for a project: http://i40.tinypic.com/262r6nr.jpg What I am looking for is something suited towards showing architecture bounds and the interactions between each section of MVC. > I find that when thinking something through at the whit

User-set domain-prefixes, i.e. myname.googlegroups.com

2012-01-01 Thread Alec Taylor
of this (i.e. DNS) outside the scope of Django, but there would be a good portion of it possible within Django. Thanks for all suggestions, Alec Taylor -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: ERP with Supply chain management (incl. POS) and Customer relationship management — What's available?

2012-01-02 Thread Alec Taylor
On Mon, Jan 2, 2012 at 7:39 PM, Venkatraman S wrote: > > On Thu, Dec 15, 2011 at 12:13 AM, Alec Taylor > wrote: >> >> Which libraries (or projects even) will provide the best base for >> building this off? >> > > Well, if you building this from scratch , th

Cheap Django hosting?

2012-01-02 Thread Alec Taylor
Good afternoon, I'm looking for some cheap Django hosting, to host all my test sites. My production sites will be have more expensive, more reliable, faster servers+sites; but it would be good to have a cheap host for prototypes. Know of a good one? Thanks for all suggestions, Alec T

Re: User-set domain-prefixes, i.e. myname.googlegroups.com

2012-01-02 Thread Alec Taylor
On Mon, Jan 2, 2012 at 5:27 AM, creecode wrote: > Hello Alec Taylor, > > I've done something like this at one of my websites. > > The basic steps I use are gather the info in a form. > > On form submit the info goes into a website registration database and the > us

Re: Cheap Django hosting?

2012-01-02 Thread Alec Taylor
Webfaction seems to be the best so far, offers lots of features, lots of space+memory and is around $6 a month. On Tue, Jan 3, 2012 at 8:34 AM, zzeus wrote: > webfaction.com > > On 2 янв, 13:49, Alec Taylor wrote: >> Good afternoon, >> >> I'm looking for some c

Re: Cheap Django hosting?

2012-01-02 Thread Alec Taylor
Try from this interface: https://groups.google.com/forum/#!forum/django-users (it'll make you join, then you'll be able to send to that address directly from your Inbox) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Error: No module named debug_toolbar

2012-01-03 Thread Alec Taylor
Unfortunately I keep getting this error, no mater what I do. Here's what I've attempted: http://pastebin.com/jcrSSYvd How do I solve this error? Thanks for all suggestions, Alec Taylor -- You received this message because you are subscribed to the Google Groups "Django users&

Re: Error: No module named debug_toolbar

2012-01-03 Thread Alec Taylor
syncdb Error: No module named debug_toolbar > On Tue, Jan 3, 2012 at 12:31 PM, Alec Taylor wrote: >> >> Unfortunately I keep getting this error, no mater what I do. >> >> Here's what I've attempted: http://pastebin.com/jcrSSYvd >> >> How do I solve this e

Re: Cheap Django hosting?

2012-01-04 Thread Alec Taylor
On Thu, Jan 5, 2012 at 4:44 AM, Kenneth Reitz wrote: > You could easily run that on Heroku, and it would cost you $0. > I don't understand, why would it cost $0 on Heroku? I checked http://heroku.com/pricing and it seems to cost. -- You received this message because you are subscribed to the G

  1   2   >