Re: Can anyone help me

2021-07-28 Thread DJANGO DEVELOPER
Hi nagaraju, if you're new to django then you should go for a CRUD functionality to understand django. you can also build a blog post web app then you will be able to build this form by yourself. well if you don't want to build other ideas and want to work on this form then you should search for fo

Re: Can anyone help me

2021-07-28 Thread Sebastian Jung
Hello, I have start with django girls tutorial. This is a relative easy start with a simple app. But i think after this you are able to develop your app. https://tutorial.djangogirls.org/en/ Regards Nagaraju Singothu schrieb am Mi., 28. Juli 2021, 15:51: > Dear friends, > > I'm new to django,

Re: Can anyone help me

2021-07-28 Thread Sharif Mehedi
Here's the django-official tutorial: https://docs.djangoproject.com/en/3.2/intro/tutorial01/ On Wednesday, July 28, 2021, 8:58:25 PM GMT+6, Nagaraju Singothu wrote: Sir, please send me one tutorial. On Wed, Jul 28, 2021 at 8:04 PM Sebastian Jung wrote: Hello Nagaruj, Here in this for

Re: Can anyone help me

2021-07-28 Thread Nagaraju Singothu
Sir, please send me one tutorial. On Wed, Jul 28, 2021 at 8:04 PM Sebastian Jung wrote: > Hello Nagaruj, > > Here in this forum you get help on specific problem but when you search a > people how help you develop such a page then you find on upwork developer > fast and cheap. > > If you want to

Re: Can anyone help me

2021-07-28 Thread Sebastian Jung
Hello Nagaruj, Here in this forum you get help on specific problem but when you search a people how help you develop such a page then you find on upwork developer fast and cheap. If you want to make it self then several tutorials exists. Regards Nagaraju Singothu schrieb am Mi., 28. Juli 2021,

Can anyone help me

2021-07-28 Thread Nagaraju Singothu
Dear friends, I'm new to django, plz help me how to develop this page and send me the source code. This task only using bootstrap and Django -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai

Re: Can anyone help me fix this issue

2020-10-29 Thread Andréas Kühne
You are looking for a key in the response from youtube that doesn't exist - therefore you get this error. You will need to go to the youtube api and see what the response should be. Regards, Andréas Den tors 29 okt. 2020 kl 14:03 skrev Allen Yesudasan : > Environment: Request Method: POST Requ

Can anyone help me fix this issue

2020-10-29 Thread Allen Yesudasan
Environment: Request Method: POST Request URL: https://youtubedownloader244.herokuapp.com/lint Django Version: 3.1.1 Python Version: 3.6.12 Installed Applications: ['tube', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.

Re: I am stuck at "Installing Django on PythonAnywhere" can anyone help me ?

2020-09-21 Thread Mohammad Ahshan Danish
😂😂 On Mon, Sep 21, 2020 at 7:04 PM Shahprogrammer wrote: > That's not the problem with installation of Django it's with your urls > > On Monday, 21 September, 2020 at 6:49:56 pm UTC+5:30 kashubh...@gmail.com > wrote: > >> [image: Screenshot (418).png] >> > -- > You received this message because

Re: I am stuck at "Installing Django on PythonAnywhere" can anyone help me ?

2020-09-21 Thread Shahprogrammer
That's not the problem with installation of Django it's with your urls On Monday, 21 September, 2020 at 6:49:56 pm UTC+5:30 kashubh...@gmail.com wrote: > [image: Screenshot (418).png] > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsub

I am stuck at "Installing Django on PythonAnywhere" can anyone help me ?

2020-09-21 Thread Kashu Bhattarai
[image: Screenshot (418).png] -- 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 view this discussion on the web visit

Re: can anyone help me

2020-08-31 Thread sakshi jain
no whts up only insta On Mon, 31 Aug 2020 at 14:22, sherry wilson wrote: > contact on whatsapp i will clear your issues +916238639239 if its not yet > cleared > > On Mon, Aug 31, 2020 at 11:45 AM Deepraj Devikar > wrote: > >> yes you have to forgot upload_to in models.py imagefield >> >> you c

Re: can anyone help me

2020-08-31 Thread sherry wilson
contact on whatsapp i will clear your issues +916238639239 if its not yet cleared On Mon, Aug 31, 2020 at 11:45 AM Deepraj Devikar wrote: > yes you have to forgot upload_to in models.py imagefield > > you can refer my repository > https://github.com/Deepraj-devikar/image-upload-react-django > >

Re: can anyone help me

2020-08-31 Thread Kelvin Sajere
Apart from the answers already given, I see in your views, your form variable didn’t include request.FILES that allows for files to be saved via views. It should be form = PostForm(request.POST, request.FILES). On Sat, Aug 29, 2020 at 12:48 allaberdi...@gmail.com < allaberdi16yazha...@gmail.com> w

Re: can anyone help me

2020-08-30 Thread Deepraj Devikar
yes you have to forgot upload_to in models.py imagefield you can refer my repository https://github.com/Deepraj-devikar/image-upload-react-django files are settings.py line number 135, 136 url.py line number 31 imagehadler/models.py line number 8 On Sun, Aug 30, 2020 at 10:40 AM MUGOYA DIHFAHS

Re: can anyone help me

2020-08-29 Thread MUGOYA DIHFAHSIH
On your imagefield you forgot to add upload_to="folder_inside_your_media_folder" On Sat, Aug 29, 2020, 19:48 allaberdi...@gmail.com < allaberdi16yazha...@gmail.com> wrote: > I can upload images from django admin panel but cannot to do same thing > with django form , it saves any text but did not

can anyone help me

2020-08-29 Thread allaberdi...@gmail.com
I can upload images from django admin panel but cannot to do same thing with django form , it saves any text but did not save images only, anyone help me please github this is my code: models.py: class Posts(models.Model): Ahal = 'Ahal' Bal

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 > > O

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 wrote

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 django-cors-headers

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 ser

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: 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 Module._co

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

2019-08-01 Thread Pradeep Singh
F:\django-vue project\djangoVueProject\frontend\webpack.config.js:81 'vue$': 'vue/dist/vue.esm.js' ^ SyntaxError: Unexpected token : at Module._compile (internal/modules/cjs/loader.js:721:23) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at

Re: How can i use live reloader in django. Please can anyone help me?

2017-11-30 Thread Jason
assuming you're talking python code, the django dev server, with the runserver command, is live reloading. If you're talking about javascript, that is something entirely different. what commands are you executing? -- You received this message because you are subscribed to the Google Groups "D

How can i use live reloader in django. Please can anyone help me?

2017-11-30 Thread Ashok R
How can i use live reloader in django. Please can anyone 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+unsubscr...@googlegrou

Re: Can anyone help me in Template error?

2017-10-18 Thread harsh sharma
in your template folder -> account login.py to login .html .. if your html file is login.py and you have to specify full path like render(request,"accounts/login.html",context) On Saturday, October 14, 2017 at 3:19:53 PM UTC+5:30, utpalbr...@gmail.com wrote: > > my code that caused an error

Re: Can anyone help me in Template error?

2017-10-15 Thread yingi keme
Check the extension. Sometimes editor will save the file as .htm while your are referencing .html in your views. This can give a "No templates found" exception too. Yingi Kem > On 15 Oct 2017, at 11:22 AM, utpalbrahma1...@gmail.com wrote: > > even though i have correct to login.htmlwhile

Re: Can anyone help me in Template error?

2017-10-15 Thread utpalbrahma1995
even though i have correct to login.htmlwhile running server and when i try to open accounts page it pops an error show below-- "no templates found" in my browser -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gr

Re: Can anyone help me in Template error?

2017-10-15 Thread yingi keme
What exactly is the error you are trying to fix? Yingi Kem > On 14 Oct 2017, at 10:49 AM, utpalbrahma1...@gmail.com wrote: > > my code that caused an error : > /// > from django.shortcuts import render > from django.http import HttpResponse > from django.template import loader > # Create your vi

Re: Can anyone help me in Template error?

2017-10-14 Thread Dylan Reinhold
What is the error? Also in your file tree you show your templates/accounts/login.py, you want it to be .html to match to template name in the render. Dylan On Sat, Oct 14, 2017 at 2:49 AM, wrote: > my code that caused an error : > /// > from django.shortcuts import render > from django.http imp

Can anyone help me in Template error?

2017-10-14 Thread utpalbrahma1995
my code that caused an error : /// from django.shortcuts import render from django.http import HttpResponse from django.template import loader # Create your views here. def home(request) : return render(request,'login.html',context) /// above code is in my views.py of my app name "accounts" m

Can anyone help me with this stackoverflow question i asked about the Many-to-Many behaviour in django admin.

2013-05-02 Thread Nil
please visit the stackoverflow page for details. http://stackoverflow.com/questions/16333793/django-how-to-display-actual-objects-in-admin -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails f