Daphne, twisted pip error when installing django channels

2016-07-24 Thread Petar Pilipovic
Hello, is there a chance that someone helps me with this question Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe f

Re: Django OperationalError

2015-03-15 Thread Petar Pilipovic
base? Does it > have proper permissions? > > I found a similar issue here: > > https://www.pythonanywhere.com/forums/topic/1814/ > > > > Collin > > On Wednesday, March 11, 2015 at 2:04:45 AM UTC-4, Petar Pilipovic wrote: > >> > >> Hey Collin, > >

Re: Django OperationalError

2015-03-12 Thread Petar Pilipovic
;re trying to > clear out the database, you may need to delete the migrations table > manually, but it just might be simpler to delete the either database and > re-create it, rather than the individual tables. > > Collin > > On Friday, March 6, 2015 at 11:24:19 PM UTC-5, Petar Pili

Re: Django OperationalError

2015-03-10 Thread Petar Pilipovic
;, and then I have made mine superuser, this is the Operational Error <http://ur1.ca/jvzbq>. Question: Why is he reporting this template rendering error on line 40? <http://ur1.ca/jvzbz> Tank you Best Petar On Tue, Mar 10, 2015 at 6:49 PM, Petar Pilipovic wrote: > Heh, lol, Ok tax Col

Re: Django OperationalError

2015-03-06 Thread Petar Pilipovic
ither > it was never created or it was created and then later deleted. > > Does running manage.py migrate re-create it? > > Collin > > On Monday, March 2, 2015 at 11:36:51 PM UTC-5, Petar Pilipovic wrote: >> >> Hello James, sorry for not uploading mine answer on this mate

Re: Django OperationalError

2015-03-02 Thread Petar Pilipovic
in execute 65. return self.cursor.execute(sql, params) File "/home/copser/.virtualenvs/django17/local/lib/python2.7/site-packages/django/db/utils.py" in __exit__ 94. six.reraise(dj_exc_type, dj_exc_value, traceback) File "/home/copser/.virtualenvs/dja

Re: Django OperationalError

2015-02-27 Thread Petar Pilipovic
not based on the question), drop and recreate the DB to clear out any previously failed migration attempts and apply your migrations again using the command I specified. Capture the entire output of the command and paste it back to this list so that we can help more. > > -James > > O

Django OperationalError

2015-02-27 Thread Petar Pilipovic
Hello, I have manage to merge mine application to pythonanywhere.com. After I have done all the needed installing, uploading files, collecting static, making migrations to mine django application, I have experienced an OperationError saying: no such table: django_session You can find the rest

Problem whit Stripe payment setup (stripeToken)

2015-02-20 Thread Petar Pilipovic
Hello there I am making an e_commerc django app, and I am trying to setup stripe as a payment. I have done all the tutorial setup from stripe.com site and when I use stripe test credit card I only get : I do not see mine stripeToken. I have tried to google it on the web and they have told me t

Re: ImportError

2015-02-18 Thread Petar Pilipovic
Ok, I will work on it as soon as posible, tnx for your help. On Wednesday, February 18, 2015, aRkadeFR wrote: > > On 02/18/2015 07:17 AM, Petar Pilipovic wrote: > > aRkadeFR I have one other question regarding urls.py. I got this error when I am trying to go from contact or about

Re: ImportError

2015-02-17 Thread Petar Pilipovic
;, every other thing is connected properly, and I can go from home page to contact, about, but I can not go reverse. Can you explain to me where is the error? Tank you. On Wednesday, 18 February 2015 06:02:54 UTC+1, Petar Pilipovic wrote: > > Hello aRkadeFR. > I have solved mine problem,

Re: ImportError

2015-02-17 Thread Petar Pilipovic
> > contact is your app name > > try the (absolute_import)[1] too if you're python2. > > [1] https://docs.python.org/2/library/__future__.html > > Let us know if this works > > On 02/17/2015 01:30 PM, Petar Pilipovic wrote: > > Maybea this can help you, a

Re: ImportError

2015-02-17 Thread Petar Pilipovic
ne 15. On Tuesday, February 17, 2015, Petar Pilipovic wrote: > Hello, I can not do it wright now I am not at home. > As for mine forms.py, it is in mine contact app. I have two apps in mine root project, one off them is contact. > I will send you more info as soon as posible. > Tank you.

Re: ImportError

2015-02-17 Thread Petar Pilipovic
you dump us the layout of your files? > Where is your forms.py? > > Thanks > > On 02/17/2015 06:36 AM, Petar Pilipovic wrote: > > Hello all, I am trying to build and e_commerc django app, but I have encounter an confusing error. > Mine Error is: > Environment: > &g

ImportError

2015-02-16 Thread Petar Pilipovic
Hello all, I am trying to build and e_commerc django app, but I have encounter an confusing error. Mine Error is: Environment: Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 1.7.4 Python Version: 2.7.6 Installed Applications: ('django.contrib.admin', 'django.contrib.au

Question for Django Core Team?

2015-01-18 Thread Petar Pilipovic
Hello there this is maybea of topic but I wont to ask Django Core Team, did they now someone who is practising Django in Belgrade-Serbia, or Zagreb-Croatia, I now there is a strong Slovenia team there, but I was wondering about this area around Bosnia where I live in. I am asking because I was i

TemplateSyntaxError

2014-10-08 Thread Petar Pilipovic
Hi all, I am currently under going a blog tutorial from http://matthewdaly.co.uk/blog/2014/01/02/django-blog-tutorial-the-next-generation-part-2/, and I am stuck whit makrdown, I am aware that Django not supporting it any more, but to keep things short I am geting this error. TemplateSyntaxErr