Re: psql user defined models cant be acessed

2018-11-10 Thread Mike Dewhirst
On 11/11/2018 3:23 AM, ARAVIND BALAN wrote: I used the inspectdb command but it does not solve my problem I still cant view the contents in user defined tables in psql Did the manage.py inspectdb command write models for each of the non-Django tables in the database? If not - you need to

Re: Django Uncaught SyntaxError: Unexpected token

2018-11-10 Thread Han Joe
在 2018年11月10日星期六 UTC+8下午9:56:22,Han Joe写道: > > I want to use the django with vue, but there is an error"Uncaught > SyntaxError: Unexpected token <" > So I make a test. I make a index.html and a test.js.This is my directory > > [image: 1.png] > > The index.html and test.js are very simple. > [im

答复: Django Uncaught SyntaxError: Unexpected token

2018-11-10 Thread Han Joe
The code just is alert(111); Thank you! 发送自 Windows 10 版邮件应用 发件人: Jason 发送时间: 2018年11月10日 22:15 收件人: Django users 主题: Re: Django Uncaught SyntaxError: Unexpected token < the error is in your javascript, not html. -- You received this message because you are subscribed to the Google Groups "D

答复: Django Uncaught SyntaxError: Unexpected token

2018-11-10 Thread Han Joe
The code just is alert(111); Thank you! 发送自 Windows 10 版邮件应用 发件人: Vishvajit Pathak 发送时间: 2018年11月11日 3:39 收件人: Django users 主题: Re: Django Uncaught SyntaxError: Unexpected token < Please share js file On Saturday, 10 November 2018 19:26:22 UTC+5:30, Han Joe wrote: I  want to use the django wi

答复: Django Uncaught SyntaxError: Unexpected token

2018-11-10 Thread Han Joe
The code just is alert(111); Thank you! 发送自 Windows 10 版邮件应用 发件人: Vishvajit Pathak 发送时间: 2018年11月11日 3:39 收件人: Django users 主题: Re: Django Uncaught SyntaxError: Unexpected token < Please share js file On Saturday, 10 November 2018 19:26:22 UTC+5:30, Han Joe wrote: I  want to use the django wi

Re: makemigrations makes migration even if no changes in model

2018-11-10 Thread Tim Graham
I think you'll need to provide a sample project that reproduces the problem. I tried with the models you gave (and removed references to the models that you didn't provide) but can't reproduce. On Friday, November 9, 2018 at 6:51:49 AM UTC-5, Michał Redmerski wrote: > > Hello! > > All issues wi

Re: Django Uncaught SyntaxError: Unexpected token

2018-11-10 Thread Vishvajit Pathak
Could you also share yourjs file please ? On Saturday, 10 November 2018 19:26:22 UTC+5:30, Han Joe wrote: > > I want to use the django with vue, but there is an error"Uncaught > SyntaxError: Unexpected token <" > So I make a test. I make a index.html and a test.js.This is my directory > > [image

Re: Django Uncaught SyntaxError: Unexpected token

2018-11-10 Thread Vishvajit Pathak
Please share js file On Saturday, 10 November 2018 19:26:22 UTC+5:30, Han Joe wrote: > > I want to use the django with vue, but there is an error"Uncaught > SyntaxError: Unexpected token <" > So I make a test. I make a index.html and a test.js.This is my directory > > [image: 1.png] > > The inde

Help me with official tutorial please, i cant find problem

2018-11-10 Thread deb.dasit2013
Hi Did you include your pools app in the installed_apps section in the settings.py -- 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...@googl

Re: Please help me ,my code is not working .I Am using Django 2

2018-11-10 Thread Jason
did you look in the documentation for it? https://docs.djangoproject.com/en/2.1/releases/2.0/#simplified-url-routing-syntax -- 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 a

Re: Django Uncaught SyntaxError: Unexpected token

2018-11-10 Thread Jason
the error is in your javascript, not html. -- 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...@googlegroups.com. To post to this group, send

Django Uncaught SyntaxError: Unexpected token

2018-11-10 Thread Han Joe
I want to use the django with vue, but there is an error"Uncaught SyntaxError: Unexpected token <" So I make a test. I make a index.html and a test.js.This is my directory [image: 1.png] The index.html and test.js are very simple. [image: 2.png] This is my code in settings.py TEMPLATES = [

Please help me ,my code is not working .I Am using Django 2

2018-11-10 Thread Abdullah Al Maruf
please some one solve this . I am new at Django. In Django 1 url(r'^(?P[0-9]+)/$', views.detail, name='detail'), and Now How i convert this in Django 2? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and sto

Library not loaded: libssl.1.0.0.dylib New Mac on Mohave

2018-11-10 Thread Andrew Troiano
Hey, I am trying to get my app running on a new Mac. It's on Mohave, python 2.7, here is the stack trace. https://dpaste.de/m9WO . We are getting Library not loaded: libssl.1.0.0.dylib when trying to connect to remote mysql database. Thanks! -- You received this message because you are sub