Re: can anyone help me to solve the following error in django-vue integration

2019-08-02 Thread Pradeep Singh
https://pastebin.com/qnJ1JHEJ sir this is whole webpack.config code On Sat, 3 Aug 2019 at 00:21, mohamed habib wrote: > I suspect its a syntax error in your webpack.conf.js file. Can you show us > the entire webpack.conf.js file please. paste it somewhere like pastebin > and link us to it > >

Changing Django register page(UserCreationForm Model)

2019-08-02 Thread King Ram
Hi, How to change template of register page that created by UserCreationForm? Because it has wide group of text that I do not need them Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: FRONTEND AND BACKEND-DJANGO

2019-08-02 Thread Gabriel Araya Garcia
I dont underatand your question. You should study all about Django, because it is not easy find all in one tutorial. Why you Don`t pay one teacher and ready? El vie., 2 ago. 2019 a las 13:32, CodingManiac () escribió: > hey @mung_valte > you can start by this tutorial: >

Re: Creating a workflow for customer contractor not importing..

2019-08-02 Thread Adam Mičuda
Hi, it seems like *Contractor* class is defined in *RfqInstance* class, just like class *Meta* is. Adam Dne pá 2. 8. 2019 20:55 uživatel Kean napsal: > Hi, > Im new to django, im trying to create a workflow, whereby a customer > creates an RFQ, this flow to a contractor, who can > then accept

Creating a workflow for customer contractor not importing..

2019-08-02 Thread Kean
Hi, Im new to django, im trying to create a workflow, whereby a customer creates an RFQ, this flow to a contractor, who can then accept or decline the quote plus add quote price for accepted quote,. On return flow, the customer can agree quote, which turns into order and flows back to

Re: can anyone help me to solve the following error in django-vue integration

2019-08-02 Thread mohamed habib
I suspect its a syntax error in your webpack.conf.js file. Can you show us the entire webpack.conf.js file please. paste it somewhere like pastebin and link us to it On Fri, Aug 2, 2019 at 7:28 PM Pradeep Singh wrote: > Yes but same error are occur > > > On Fri, Aug 2, 2019, 9:47 PM Sam W

Re: FRONTEND AND BACKEND-DJANGO

2019-08-02 Thread Gerardo Palazuelos Guerrero
somebody else suggested this course - which seems promising for me: https://www.udemy.com/the-complete-guide-to-django-rest-framework-and-vue-js/ -- Gerardo Palazuelos Guerrero On Fri, Aug 2, 2019 at 11:36 AM Aayush Jain wrote: > Hey, > I wanted to learn whole course of Frontend and Backend

Re: can anyone help me to solve the following error in django-vue integration

2019-08-02 Thread Pradeep Singh
Yes but same error are occur On Fri, Aug 2, 2019, 9:47 PM Sam W wrote: > Did you add 'corsheaders', to the settings file? > > The Error is very clear: > *npm ERR! frontend@1.0.0 dev: `cross-env NODE_ENV=development > webpack-dev-server --open --hot`* > Install : pip install

Re: FRONTEND AND BACKEND-DJANGO

2019-08-02 Thread Aayush Jain
Hey, I wanted to learn whole course of Frontend and Backend using Django. I am doing basics right now and will be grateful if i get a proper organized course. Can you suggest me a course? On Fri, 2 Aug 2019, 23:02 CodingManiac, wrote: > hey @mung_valte > you can start by this tutorial: >

Re: FRONTEND AND BACKEND-DJANGO

2019-08-02 Thread CodingManiac
hey @mung_valte you can start by this tutorial: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django On Fri, Aug 2, 2019 at 4:29 PM mung_valte wrote: > Hi All, > I know it sounds too much, yet am just strating to learn DJANGO. So, > anyone who can show me the tutorial for building

Re: can anyone help me to solve the following error in django-vue integration

2019-08-02 Thread Sam W
Did you add 'corsheaders', to the settings file? The Error is very clear: *npm ERR! frontend@1.0.0 dev: `cross-env NODE_ENV=development webpack-dev-server --open --hot`* Install : pip install django-cors-headers Then add: 'corsheaders',to the INSTALLED_APPS inside settings file in Django

Re: can anyone help me to solve the following error in django-vue integration

2019-08-02 Thread Sam W
Did you add 'corsheaders', to the settings file? Follow this link: https://pypi.org/project/django-cors-headers/ On Thursday, August 1, 2019 at 10:18:11 PM UTC-5, Pradeep Singh wrote: > > F:\django-vue project\djangoVueProject\frontend\webpack.config.js:81 > 'vue$': 'vue/dist/vue.esm.js'

Re: I think I've found a bug in the Dev server

2019-08-02 Thread Joe Reitman
Anyway. If you think there is a bug, you should visit the Django github community and raise the issue there. On Thursday, August 1, 2019 at 10:00:29 AM UTC-7, Isaac Way wrote: > > If I send a request to an invalid URL, the NEXT request sent to that URL > is processed incorrectly by Django. I've

Re: I think I've found a bug in the Dev server

2019-08-02 Thread Joe Reitman
Have you tested it with a production server? The dev server is for testing not suitable for production. On Thursday, August 1, 2019 at 10:00:29 AM UTC-7, Isaac Way wrote: > > If I send a request to an invalid URL, the NEXT request sent to that URL > is processed incorrectly by Django. I've

Re: Drag and drop

2019-08-02 Thread Sam W
Use Javascript or jQuery check out this link: https://simpleisbetterthancomplex.com/tutorial/2016/11/22/django-multiple-file-upload-using-ajax.html *10 jQuery File Upload Plugins:* https://www.sitepoint.com/10-jquery-file-uploads/ On Friday, August 2, 2019 at 10:00:44 AM UTC-5, Django Dojo

Drag and drop

2019-08-02 Thread Django Dojo
I’m looking to build a drag and drop for end users to customize a webpage. Does Django have any packages for that or are they any other options? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Django reporting column doesn't exist when it does, keeps crashing form on save

2019-08-02 Thread Kean
Hi, Django keeps reporting the following, OperationalError at /admin/setupcont/contractor/add/ table setupcont_contractor has no column named MSMe_bus Request Method: POST Request URL: http://127.0.0.1:8000/admin/setupcont/contractor/add/ Django Version: 2.2.3 Exception Type: OperationalError

database migrations

2019-08-02 Thread Perceval Maturure
Dear all creating a new database as applications increase has been one of the solutions to some of the errors i have encountered especially after adding a django cms by hand in my development environment. i cant imagine a situation like that in a production environment as this will mean re-entry

FRONTEND AND BACKEND-DJANGO

2019-08-02 Thread mung_valte
Hi All, I know it sounds too much, yet am just strating to learn DJANGO. So, anyone who can show me the tutorial for building website(travel website) back and front end of website using django. Thank you in advance. -- You received this message because you are subscribed to the Google Groups

Re: can anyone help me to solve the following error in django-vue integration

2019-08-02 Thread NILOTPAL GHOSH
Can you tell what you are trying to achieve? On Friday, August 2, 2019 at 8:48:11 AM UTC+5:30, Pradeep Singh wrote: > > F:\django-vue project\djangoVueProject\frontend\webpack.config.js:81 > 'vue$': 'vue/dist/vue.esm.js' > ^ > > SyntaxError: Unexpected token : > at