Re: Django turns?

2009-04-22 Thread Sergio Durand
Hi, Visit swingtime project: http://code.google.com/p/django-swingtime/ Maybe it's what you are looking for... -- Sergio Durand Juanjo Conti escreveu: > Hi! > > I wonder know if there is a Django app suitable to handle turns as the > ones given by a doctor to his pacien

Re: Running django on a web hosting account

2009-04-07 Thread Sergio Durand
atik escreveu: > Is there any free hosting site that provide django support? > I know 2 django free hostings: - Google App Engine[1] - you will need adapt somethings in your code. - Always Data[2] - they offer django free host with database and ssh support but it's in french and you will have

Re: Creating a Symbolic Link using Windows

2009-03-06 Thread Sergio Durand
**NOT actual severhost info" Look into your settings.py files more specifically on database settings. Tip: use sqlite3 for learning django. It's very simple database easy to configure. Sergio Durand --~--~-~--~~~---~--~~ You received this message because yo

Re: Creating a Symbolic Link using Windows

2009-03-03 Thread Sergio Durand
snaggz03 escreveu: > Thanks, Sergio. I have now confirmed that dajngo-admin.py is located > in C:\Python2.6\Scripts . So the symlink wasn not what was keepig my > admin site from working properly or at all. I was following along > with the django tutorial from www.djangoproject.com , modifying

Re: Creating a Symbolic Link using Windows

2009-03-03 Thread Sergio Durand
Hi, snaggz03 escreveu: > I am attempting to create a database using django on a server which I > did not create so... I was told Python was set up on the server. How > do I determine if djano-admin.py is on my system path? If it is not, > then how do I go about "symlinking to django-admin.py