I used macports so the location of the files are a mystery to me. Thank goodness for TimeMachine. I think i.ll recover to an earlier backup to get rid of Django since I have no idea where macports put it.
On Fri, Jun 25, 2010 at 5:33 PM, Carl Nobile <[email protected]> wrote: > django-admin.py is in Django-x.x.x/django/bin after expanding the > zip/tarball, etc. > > It needs to be put in your path. This is usually done by sourcing a > shell script before you start working. If you are using windows you > will need to put it permanently in your path. > > ~Carl > > On Fri, Jun 25, 2010 at 4:37 PM, Bradley Hintze > <[email protected]> wrote: >> Your right in avoiding Django. I installed it and can't follow their >> tutorial because django-admin.py is no where on my machine. haha >> Pylons it is I guess. >> >> On Fri, Jun 25, 2010 at 3:38 PM, Raoul Snyman <[email protected]> wrote: >>> On 25 June 2010 20:59, Bradley Hintze <[email protected]> wrote: >>>> I just talked to him. He just doesn't know about python frameworks. >>>> What frame work would you (and all reading this) recommend? Preferably >>>> one with a startup tutorial that doesn't requie a degree in CS. >>> >>> Personally, I use Pylons[0]. It's not one of those "do everything >>> under the sun" frameworks, it is more geared towards providing you >>> with a smaller, more flexible platform to work on, but it does mean >>> that you might need to write a bit more boilerplate code. If you would >>> prefer a system that comes with the kitchen sink included, you can >>> look at Django[1] or TurboGears 2.x[2]. Another, even simpler and less >>> structured than Pylons WSGI framework is Werkzeug[3]. >>> >>> Personally I steer clear of Django because it's inflexible, TurboGears >>> because I have to write too much in places where I would expect it to >>> just work, and Werkzeug because it is not structured enough for me. >>> Each framework has it's own pro's and cons. >>> >>> [0] http://pylonshq.com/ >>> [1] http://www.djangoproject.com/ >>> [2] http://turbogears.org/ >>> [3] http://dev.pocoo.org/projects/werkzeug/ >>> >>> -- >>> Raoul Snyman >>> B.Tech Information Technology (Software Engineering) >>> E-Mail: [email protected] >>> Web: http://www.saturnlaboratories.co.za/ >>> Blog: http://blog.saturnlaboratories.co.za/ >>> Mobile: 082 550 3754 >>> Registered Linux User #333298 (http://counter.li.org) >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "modwsgi" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/modwsgi?hl=en. >>> >>> >> >> >> >> -- >> Bradley J. Hintze >> Graduate Student >> Duke University >> School of Medicine >> 801-712-8799 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "modwsgi" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/modwsgi?hl=en. >> >> > > > > -- > ------------------------------------------------------------------------------- > Carl J. Nobile (Software Engineer) > [email protected] > ------------------------------------------------------------------------------- > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > > -- Bradley J. Hintze Graduate Student Duke University School of Medicine 801-712-8799 -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
