Re: Fedora 30 server (Configuring Postgresql with Django)

2019-10-27 Thread Harish Bheemanpally
There is not user with harish in *DB*(postgresql) the harish is the user of *OS*. As suggested by sacrac: I have created a new user in DB with the name harishb who is the owner of the DB and changed the setting.py still raising same error when i am trying to run migrate or run the django PLZ He

Re: PLZ HELP

2019-10-27 Thread Parvez Khan Pathan
Can you ptovide snippef code. Otherwise i can't help you out buddy! On Sun, 27 Oct 2019, 9:48 pm BlockPost Home When in file urls.py i want add a link i write > from my_app import views > in console i have a EROR because system can't find module "my_app" > PLZ HELP!!! > > -- > You received this m

Re: PLZ HELP

2019-10-27 Thread Shubham Mishra
you must define you app name in installed app section in settings.py file On Sun, Oct 27, 2019 at 9:47 PM BlockPost Home wrote: > When in file urls.py i want add a link i write > from my_app import views > in console i have a EROR because system can't find module "my_app" > PLZ HELP!!! > > -- >

PLZ HELP

2019-10-27 Thread BlockPost Home
When in file urls.py i want add a link i write from my_app import views in console i have a EROR because system can't find module "my_app" PLZ HELP!!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiv

[no subject]

2019-10-27 Thread Perceval Maturure
dear django users how do youu make the the first level menu clickable in the customisation of this code. {% show_menu 0 100 100 100 "menu/custom-menu.html" %} -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django

Re: How to create Graphs and charts on Relational ORM

2019-10-27 Thread Abhiram R
On Sun, Oct 27, 2019, 8:41 AM Balaji Shetty wrote: > Hi Everyone > > Happy Diwali . > > > I have one query > > I want to create different Charts. It may include Aggregate query like > avg,min,max,sum,count,group by also. > You should look into pandas-profiling

Re: Celery with SQS

2019-10-27 Thread Jason
celery 4.x is for django 18 or newer Thing is, there's been *a lot* of changes in django since 1.4, which last recieved a minor update in 2015. I get updating is not as easy as waving a magic wand, but you're using

Re: Django issues on upgradation

2019-10-27 Thread Roger Gammans
Hi , Looking at the second problem only ( https://stackoverflow.com/questions/58568561/nonetype-object-has-no-attribute-render-context ) I can't see any thing obviously wrong with the call you show. django.template.backends.Template.render() ; which you can see called in your backtrace on SO, s

Re: Django issues on upgradation

2019-10-27 Thread Abhay Pan
Hi there, Can anyone assist with this? I'm really stuck hard here. It would really be great to learn from such a wonderful django community that we have here. Best Regards, Abhaypanhere On Sun, 27 Oct, 2019, 1:15 AM Abhay Pan, wrote: > Hi All, > > I have raised an issue. Can any of you provide

Re: Celery with SQS

2019-10-27 Thread Integr@te System
Hi issuer, please check: Warning If you import models directly rather than using the historical models, your migrations *may work initially* but will fail in the future when you try to re-run old migrations (commonly, when you set up a new installation and run through all the migrations to set u