Re: initial dta for model in Django 1.7 or newer

2014-12-26 Thread Robert Jonathan Šimon
Hi, I am very sorry, but I don't understand russian. Can you answer me in english? And I am using Python 3.4. Dne 26. 12. 2014 14:30 "Валерий Бовсуновский" napsal(a): > > > четверг, 25 декабря 2014 г., 18:06:35 UTC+3 пользователь Robert Jonathan > Šimon написал: >

initial dta for model in Django 1.7 or newer

2014-12-25 Thread Robert Jonathan Šimon
Hi, When i googled for this problem a found out, that with migrations in Django 1.7, there is new way how it should be done, but i didnt understand it how. Can anyone explain me the new way how to do it? Thanks a lot. -- You received this message because you are subscribed to the Google Groups

HTML 5 input

2014-10-01 Thread Robert Jonathan Šimon
Is there an upside downs of using new HTML inputs? Why is Django using old "type="text"" in field DateTimeField, if Django can use "type="datetime-local"". So why use old and obsolete way? I am just curious. -- You received this message because you are subscribed to the Google Groups "Django u

Hide default permission in Django admin form

2014-05-06 Thread Robert Jonathan Šimon
I looked up the answer (http://stackoverflow.com/questions/6062655/remove-or-hide-default-permissions-from-django), it worked, but suddenly it stopped working, i am not sure, what i did or if I reinstaled something. I have this solution: from django.contrib import admin from django.contrib.aut

Using SSL and Apache on Windows together

2014-02-09 Thread Robert Jonathan Šimon
I was trying to find something on the web, but i didnt found anything. I want to use HTTPS with my Django project on Windows server. I have installed Django 1.6 a Python 3.3 64Bit. How can i configure SSL connection, and are there any problems with it? Thank for all the help -- You received th

Can i Use history.js in Django?

2013-12-01 Thread Robert Jonathan Šimon
Hello everyone, I want to use history.js on one page in my website, where there will be a photo gallery, and I want to know before I will write the code, if it can be done, and if so is there any problem with it? -- You received this message because you are subscribed to the Google Groups "Dj

Re: Upgrading from 1.5 to 1.6 - problem with Apache

2013-11-14 Thread Robert Jonathan Šimon
cation timeline: > https://docs.djangoproject.com/en/dev/internals/deprecation/#id3 > > On Thursday, November 14, 2013 12:57:48 PM UTC-5, Robert Jonathan Šimon > wrote: >> >> When i upgraded Django from 1.5.1 to 1.6, sudenly Apache gives me this >> bunch of errors. So i tried ma

Upgrading from 1.5 to 1.6 - problem with Apache

2013-11-14 Thread Robert Jonathan Šimon
When i upgraded Django from 1.5.1 to 1.6, sudenly Apache gives me this bunch of errors. So i tried manage.py runserver adn it worked fine. When i delete 1.6 and instal 1.5.5 it is all fine and all is working. [Thu Nov 14 17:34:23.601025 2013] [:error] [pid 9756:tid 1044] [client 90.178.52.2

problem with custom Permission

2013-11-12 Thread Robert Jonathan Šimon
I have models, and now i add custom permission: class Menu(models.Model): name = models.CharField(max_length=30) podmenua = models.BooleanField() poradi = models.CharField(max_length=2) url = models.CharField(max_length=30) def __str__(self): return self.name def get_absolute_url(self): return "/%

Re: Django 1.5 or Django 1.6 with python 3.3 on windos Server 2008

2013-11-09 Thread Robert Jonathan Šimon
sal(a): > > On 9/11/2013 10:23pm, Robert Jonathan Šimon wrote: > > I mean for mod_WSGI, > > I have found binaries here for quite a few Python bits and pieces from > time to time ... > > http://www.lfd.uci.edu/~gohlke/pythonlibs/ > > Good luck > >

Re: Django 1.5 or Django 1.6 with python 3.3 on windos Server 2008

2013-11-09 Thread Robert Jonathan Šimon
I mean for mod_WSGI, when i have Python 3.3 and windows Dne sobota, 9. listopadu 2013 10:45:47 UTC+1 Robert Jonathan Šimon napsal(a): > > There is no binary for Python 3.3 and windows. Where can i get it? > > Dne čtvrtek, 7. listopadu 2013 15:38:03 UTC+1 Harry Houdini napsal(a): &g

Re: Django 1.5 or Django 1.6 with python 3.3 on windos Server 2008

2013-11-09 Thread Robert Jonathan Šimon
There is no binary for Python 3.3 and windows. Where can i get it? Dne čtvrtek, 7. listopadu 2013 15:38:03 UTC+1 Harry Houdini napsal(a): > > You will want to use mod_wsgi: > > https://code.google.com/p/modwsgi/ > > > On Thursday, November 7, 2013 8:33:12 AM UTC-5, Robert Jo

Re: Django 1.5 or Django 1.6 with python 3.3 on windos Server 2008

2013-11-07 Thread Robert Jonathan Šimon
OK thank you, i need a real server, because a already created aplication (a part) and i want to deliver to the internet. So best solution is Apache. How can i install it with django 1.5 and python 3.3? On Thu, Nov 7, 2013 at 1:40 PM, Mike Dewhirst wrote: > On 7/11/2013 9:34pm, Robert Jonat

Re: Django 1.5 or Django 1.6 with python 3.3 on windos Server 2008

2013-11-07 Thread Robert Jonathan Šimon
I still dont now how i can install Django into IIS. On Thu, Nov 7, 2013 at 11:21 AM, Timothy W. Cook wrote: > Did you see this: > https://docs.djangoproject.com/en/1.6/howto/auth-remote-user/# > > On Thu, Nov 7, 2013 at 8:18 AM, Robert Jonathan Šimon > wrote: > > I se

Django 1.5 or Django 1.6 with python 3.3 on windos Server 2008

2013-11-07 Thread Robert Jonathan Šimon
I search for how can i do this, but i didnt find anything. Can you help me? It would be great if it can be on IIS 7.5 -- 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 emai

How to have Django 1.5 with Python 3.3 on Windows server?

2013-10-06 Thread Robert Jonathan Šimon
I want to deploy my project on windows server, but i dont know how,. Can anyone please help me? -- 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+uns

Django on Windows server 2008

2013-10-03 Thread Robert Jonathan Šimon
Have someone figure it how can someone deploy Django 1.5 with Python 3.3 on Windows Server 2008 R2? Because i search internet i think 4 months ago, and i didnt found anything working. So How can it be done? -- You received this message because you are subscribed to the Google Groups "Django us

Re: Python 2.7 + Django 1.4 + apache 2.4

2013-07-16 Thread Robert Jonathan Šimon
I have one question what must be in wsgi.py? Dne úterý, 16. července 2013 1:11:48 UTC+2 maiquel napsal(a): > > How to set up django on Apache > > I'm using django 1.4 > and apache 2.4 > and Python 2.7 > My configuration is well > > in httpd.conf > > WSGIScriptAlias ​​/ C :/ xampp / htdocs / My_blo

Deploying Django on ISS with Python 3.3

2013-07-10 Thread Robert Jonathan Šimon
How can i deploy Django with Python 3.3 on windows? it would be great if on IIS -- 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...@googleg