Re: Need help in python Django project "online train ticket booking system"

2024-02-22 Thread Daniel Martinez
Hello, what is the problem you are experimenting? Canyou please provide code? On Mon, Feb 19, 2024, 9:21 AM Surya Santhosh wrote: > Need help in python Django project "online train ticket booking system" > > -- > You received this message because you are subscribed to the Google Groups > "Django

Re: Need help in python Django project "online train ticket booking system"

2024-02-21 Thread Fasila Ali
I am Interested On Mon, 19 Feb 2024, 9:51 pm Surya Santhosh, wrote: > Need help in python Django project "online train ticket booking system" > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop recei

Re: Need help setting up my Django environment

2024-02-18 Thread kge...@gmail.com
**What Ryan said about incompatibility If you want to pick a particular version of python (say, 3.12) when you create an env use: conda create -n myEnv python==3.12 On Sunday, February 18, 2024 at 11:48:39 AM UTC-5 kge...@gmail.com wrote: > Saw this on stack overflow: > https://stackoverflow.

Re: Need help setting up my Django environment

2024-02-18 Thread kge...@gmail.com
Saw this on stack overflow: https://stackoverflow.com/questions/70347099/error-installing-a-django-project-attrributeerror-module-collections-has-no-a Supports what Mordecai Etukudo said about version incompatability. *Type "help", "copyright", "credits" or "license" for more information. * *>>

Re: Need help setting up my Django environment

2024-02-17 Thread Mordecai Etukudo
Comment you model. Py and the run if you still have the issue not this is to fine how where the issue if from On Sat, Feb 17, 2024, 1:38 PM Brigid Sang wrote: > I'm encoutering the below error, how can I fix this > > Traceback (most recent call last): > File "/home/brigid/.local/bin/django-adm

Re: need help

2023-07-05 Thread DieHardMan 300
On the server, change the following in settings DEBUG = True# django will tell what cause the error instead of error500 ALLOWED_HOST = ["*"]# this allow all hosts but you should do this only for testing most of the time, error 500 often cause from database connection

Re: need help

2023-07-05 Thread Bouka Largent
hello Le mar. 4 juil. 2023, 4:44, Theresa Taye a écrit : > Hello, > > You see a Server error because Debug is set to False. To know what the > actual error is, turn it back to True. Then when you are done debugging you > can change that especially if you are pushing to production. > > On Tue, 4

Re: need help

2023-07-04 Thread Theresa Taye
Hello, You see a Server error because Debug is set to False. To know what the actual error is, turn it back to True. Then when you are done debugging you can change that especially if you are pushing to production. On Tue, 4 Jul 2023 at 16:21, Abdoulaye SENE wrote: > thanks for the help. but af

Re: need help

2023-07-04 Thread ALBERT ASHABA AHEEBWA
Server Error can be caused by many issues ranging from database queries to wrong urls. Turn debug to true and see what reasons are given . Are you in production or development? Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Tue, 4 Jul 2023, 18:21 Abdoulaye SENE, wrote: > thanks for

Re: need help

2023-07-04 Thread Abdoulaye SENE
thanks for the help. but after writing ["*"] i see Server Error (500) Le mardi 4 juillet 2023 à 14:46:01 UTC, ALBERT ASHABA AHEEBWA a écrit : > Sorry I meant turn > DEBUG = True > > > > > Best Regards, > > Albert Ashaba Aheebwa > +256 781 435857 <+256%20781%20435857> > > On Tue, 4 Jul 2023, 1

Re: need help

2023-07-04 Thread ALBERT ASHABA AHEEBWA
Sorry I meant turn DEBUG = True Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Tue, 4 Jul 2023, 17:44 ALBERT ASHABA AHEEBWA, < ashabaaheebwaalb...@gmail.com> wrote: > Go to your settings.py and look for allowed_hosts and make it > ALLOWED_HOSTS = ["*"] > > or better yet, if you are in

Re: need help

2023-07-04 Thread ALBERT ASHABA AHEEBWA
Go to your settings.py and look for allowed_hosts and make it ALLOWED_HOSTS = ["*"] or better yet, if you are in development, turn DEBUG = False Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Tue, 4 Jul 2023, 17:38 Abdoulaye SENE, wrote: > hello, > while programming, i see this prob

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread Namanya Daniel
Right there, all the best On Fri, 10 Mar 2023 at 22:31, linda jean-philippe < jeanphilippe.li...@gmail.com> wrote: > Yes the user is saved and I can see it on the django admin page and no I > have not hashed the password. > > On Fri, Mar 10, 2023 at 1:33 PM Namanya Daniel > wrote: > >> 1. Have y

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread linda jean-philippe
Yes the user is saved and I can see it on the django admin page and no I have not hashed the password. On Fri, Mar 10, 2023 at 1:33 PM Namanya Daniel wrote: > 1. Have you tried to check from the django admin end, the user is not > saved? > 2. If the user is saved, did you create a hashed passwor

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread Namanya Daniel
1. Have you tried to check from the django admin end, the user is not saved? 2. If the user is saved, did you create a hashed password before saving data in your views? On Fri, 10 Mar 2023 at 21:15, linda jean-philippe < jeanphilippe.li...@gmail.com> wrote: > I created 2 accounts with the django

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread linda jean-philippe
I created 2 accounts with the django admin page, but the credentials do not work on the login page. When I create new credentials with the register page I made, it doesn’t save. I think it’s supposed to save to the database.On Mar 10, 2023, at 1:06 PM, Namanya Daniel wrote:how have you saved your

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread Namanya Daniel
how have you saved your password in registration? On Fri, 10 Mar 2023 at 18:02, linda jean-philippe < jeanphilippe.li...@gmail.com> wrote: > I do not know what I am missing. My login page and register page have > rendered, but when I try to sign up with new credentials, it does not save. > And on

Re: Need help

2023-02-22 Thread herve bineli
Hi Emmanuel, If you are on Macbook, you can use the excellent app: Dash https://kapeli.com/dash But if you are on Windows or Linux, you can use: Zeal https://zealdocs.org/ Best Regards, BINELI Arsene - binelima...@gmail.com -- You received this message because you are subscribed to the Google G

Re: Need help

2023-02-22 Thread Michael Fladischer
Hi Emmanuel, Am 22.02.2023 um 00:46 schrieb Emmanuel Wilfried Ilboudo: Hi all !!! I would like to have the Django documentation in French to learn offline. I'm in a place where internet access is a real problem. Thanks in advance !!! you can get the whole documentation in french as a ZIP file

RE: Need help

2023-02-21 Thread Mike Dewhirst
https://explore.transifex.com/django/django-docs/Might helpM--(Unsigned mail from my phone) Original message From: Emmanuel Wilfried Ilboudo Date: 22/2/23 13:08 (GMT+10:00) To: Django users Subject: Need help Hi all !!! I would like to have the Django documentation in French

Re: Need help Scraping a couple of websites

2022-12-26 Thread John McClain
I’m not needing to scrape anything illegal I need product details and associated images from collections on furniture mfg websites I have permission to do so no issues with data being collected I need data scraped to be cleansed and delivered in csv I do not need the scraping routine designed f

Re: Need help Scraping a couple of websites

2022-12-26 Thread Raj Mandaviya
Thank you for the info. Does this mean I can make a repo for the Scrapper I created with Flask on GitHub and not be affected? On Friday, December 23, 2022 at 11:41:27 PM UTC+5:30 bscho...@schollnick.net wrote: > > I can scrap for you. I just created an IMDB scrapper(which is illegal, > so not

Re: Need help Scraping a couple of websites

2022-12-23 Thread Michael Starr
Yeah it's not a DDOS or anything. They are providing the movie information on their site, from their databases, as-is and without warranty. That means you can do whatever you want with it to the fullest extent of criminal law. But maybe I have no idea what I'm talking about. Cheers, Mike On Fr

Re: Need help Scraping a couple of websites

2022-12-23 Thread Benjamin Schollnick
> I can scrap for you. I just created an IMDB scrapper(which is illegal, so not > going to post the code anywhere but mailed IMDb about it) in the flask. > Also, have experience in Django and web scrapping using bs4. illegal? Against Copyright, and maybe not permitted by End-User License. But

Re: Need help Scraping a couple of websites

2022-12-23 Thread Raj Mandaviya
I can scrap for you. I just created an IMDB scrapper(which is illegal, so not going to post the code anywhere but mailed IMDb about it) in the flask. Also, have experience in Django and web scrapping using bs4. My GitHub: https://github.com/Rajm1505 Drop an email for your requirement at rajm150.

Re: Need help Scraping a couple of websites

2022-12-16 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
please contact me directly i am familiar with all sorts of databases and have had to migrate data across multiple platforms. Toronto 416.642.7266 Main 1.866.411.7266 Fax 1.888.892.7266 Email p...@scom.ca Happy Friday !!! Thanks - paul Paul Kudla Scom.ca Internet Services

Re: Need help on reducing cognitive complexity

2022-07-21 Thread Michael Thomas
Personally I think the code has a very weird "smell"... Assuming you don't have any way of rewriting the calling code and are stuck with editing this single method, I'd suggest something along the lines of: @staticmethod def in_circle_check(obj_type, item, uuid): if obj_type not in ['trees', '

Re: Need help on reducing cognitive complexity

2022-07-20 Thread Shaheed Haque
The first step is to ensure you have a precise and accurate understanding of the code before optimization. Right now, I am suspicious of at least 2 things in the code. First, the function returns any of {None, -1, True}. While this is certainly allowed, is this correct? If not, please correct the

Re: Need help on reducing cognitive complexity

2022-07-20 Thread Mike Dewhirst
On 21/07/2022 3:52 pm, Sencer Hamarat wrote: Hi everyone, I have a code block with high cognitive complexity below:     @staticmethod     def in_circle_check(obj_type, item, uuid, item_is_array=False): Partly because the args seem weird. Try writing a docstring which says what the method nee

Re: Need help on reducing cognitive complexity

2022-07-20 Thread Agnese Camellini
The only things that comes into my mind is taking away that first if which is redundant with the third block. An other way might be to include all the if in a big switch... My 2 cents Agnese On Thu, 21 Jul 2022 at 07:53, Sencer Hamarat wrote: > Hi everyone, > > I have a code block with high cogn

Re: Need help

2022-07-04 Thread K Wong
I've implemented this sort of thing in the past. Without knowing your specific case, I guess that you have a parent model (ie. Pizza) and 1-n related child models (ie. Topping). My advice is to redesign your flow to create a Pizza first then attach 1-n Topping entities to it. This would require

Re: Need help

2022-06-01 Thread Lalit Suthar
thanks for sharing @Antonis Christofides I was looking for a resource like this for some time :D On Thu, 2 Jun 2022 at 10:57, Antonis Christofides < anto...@antonischristofides.com> wrote: > Hello, > > If, as I understand, you don't know anything about deployment, a possible > starting point is t

Re: Need help

2022-06-01 Thread Antonis Christofides
Hello, If, as I understand, you don't know anything about deployment, a possible starting point is the book at https://djangodeployment.com (disclaimer: I am the author). It doesn't cover docker, and it also doesn't cover continuous development with gitlab. But you can start with the basics an

Re: need help

2022-03-02 Thread shubham goyal
Can help you make one. On Tuesday, 1 March 2022 at 22:13:06 UTC+5:30 ngounou...@gmail.com wrote: > Please i need a management medical record app of patients built in django > using REST API -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Need help in User log in, someone please help

2022-02-23 Thread Raj
Hi, Thanks for the response, I have tried to print the username before creating the user, but it did not work. I have also tried to use pdb that also didn't work. How to do it can give proper instructions?? I have searched about it on google but have not received any relevant answer. On Wedne

Re: Need help in User log in, someone please help

2022-02-23 Thread waqar khan
share screen shot On Wed, Feb 23, 2022 at 12:24 PM Antonis Christofides < anto...@antonischristofides.com> wrote: > You have this statement: > user = User.objects.create_user(username=username, email=email, > password = password) > > Just before this statement, you need to insert a statement

Re: Need help in User log in, someone please help

2022-02-22 Thread vijay chourey
Hi Raj, Error is showing due to the blank value in user name, please try to print username before registration if it's blank please check form fields. Once done you can directly login your account with "auth.login(request,user) On Wed, 23 Feb, 2022, 12:22 pm Antonis Christofides, < anto...@ant

Re: Need help in User log in, someone please help

2022-02-22 Thread Jitendra kumar Patra
7008080545 DM . On Wed, 23 Feb 2022, 12:22 pm Antonis Christofides, < anto...@antonischristofides.com> wrote: > You have this statement: > user = User.objects.create_user(username=username, email=email, > password = password) > > Just before this statement, you need to insert a statement that

Re: Need help in User log in, someone please help

2022-02-22 Thread Antonis Christofides
You have this statement:     user = User.objects.create_user(username=username, email=email, password = password) Just before this statement, you need to insert a statement that will enable you to examine the value of the "username" statement. Something like this:     print(username)     us

Re: Re : Need help in django database related

2021-10-14 Thread Richard Dushime
i Think using Django u will create models then register them in admin, for saving data /registration u will create a form that will be posting data in database may be u can add in an email scripts if u want to always be aware of who has registered for an event On Wed, Oct 13, 2021 at 8:37 PM

Re: Re : Need help in django database related

2021-10-14 Thread MR INDIA
Maybe you need to learn db relationships in django models and forms, Learn about db : https://www.webforefront.com/django/setuprelationshipsdjangomodels.html And inspect source code of this project: https://github.com/sajib1066/django-event-management Hope this helps, A fellow django devel

Re : Need help in django database related

2021-10-13 Thread Avi shah
I want to build an platform where admin can add events and I want end users to register for that event , so how do I save the data/registration of the user for that particular event , how can i create dynamic tables like 1 table for 1 event or is there some other logic behind it? Thanks in advance

Re: need help integrating SSL with react/django web app

2021-09-21 Thread hey there
hi I don't want to deep analysis of how can Cloudflare bring more preferred than normal cartbot but most likely it is the way it is built. it proxied connections offer tls /mtls edge certificate etc. which is known to us all but it is also there that it maintains its own CA and CA record underneat

Re: need help integrating SSL with react/django web app

2021-09-20 Thread David Nugent
On Tue, Sep 21, 2021 at 2:11 AM hey there wrote: 1. oracle autonomous linux's epl dont have certbot > pip install certbot You already have pip installed if you're running Django. This takes all of 10-15 seconds... and > 2. I mostly like Cloudflare than certbot because Cloudflare has some own

Re: need help integrating SSL with react/django web app

2021-09-20 Thread hey there
1. oracle autonomous linux's epl dont have certbot and 2. I mostly like Cloudflare than certbot because Cloudflare has some own methods to maintain ssl certificate On Mon, Sep 20, 2021 at 2:37 PM FIRDOUS BHAT wrote: > Why don't you explore certbot? > > On Sun, Sep 19, 2021, 8:14 PM MR INDIA wr

Re: need help integrating SSL with react/django web app

2021-09-20 Thread FIRDOUS BHAT
Why don't you explore certbot? On Sun, Sep 19, 2021, 8:14 PM MR INDIA wrote: > Select os and server and it will show the docs, you have to first shutdown > the server then after following the docs restart the server. > > > On Saturday, 18 September 2021 at 19:33:31 UTC+5:30 hey there wrote: > >>

Re: need help integrating SSL with react/django web app

2021-09-19 Thread MR INDIA
Select os and server and it will show the docs, you have to first shutdown the server then after following the docs restart the server. On Saturday, 18 September 2021 at 19:33:31 UTC+5:30 hey there wrote: > hey > > I am with Cloudflare ssl with httpd autonomous linux with mos_wsgi. > foe Djang

Re: need help integrating SSL with react/django web app

2021-09-18 Thread hey there
hey I am with Cloudflare ssl with httpd autonomous linux with mos_wsgi. foe Django you need mod_wsgi with all which is tricky. On Sat, Sep 18, 2021 at 7:18 PM MR INDIA wrote: > See this > https://certbot.eff.org/lets-encrypt/ubuntufocal-nginx Use letsencrypt if > you have shell access > On Satu

Re: need help integrating SSL with react/django web app

2021-09-18 Thread MR INDIA
See this https://certbot.eff.org/lets-encrypt/ubuntufocal-nginx Use letsencrypt if you have shell access On Saturday, 18 September 2021 at 02:41:54 UTC+5:30 hey there wrote: > > python 3.2.6 > django 3.2.7 > cx_oracle 8 > > > > On Sat, 18 Sep 2021, 2:25 am hey there, wrote: > >> hi >> >> i am

Re: need help integrating SSL with react/django web app

2021-09-17 Thread hey there
python 3.2.6 django 3.2.7 cx_oracle 8 On Sat, 18 Sep 2021, 2:25 am hey there, wrote: > hi > > i am also stuck > > On Monday, May 10, 2021 at 12:21:25 AM UTC+5:30 jmccla...@gmail.com wrote: > >> Hello Ammar, >> >> we're stuck, have been for days >> >> We have nginx set in ec2 instance but canno

Re: need help integrating SSL with react/django web app

2021-09-17 Thread hey there
hi i am also stuck On Monday, May 10, 2021 at 12:21:25 AM UTC+5:30 jmccla...@gmail.com wrote: > Hello Ammar, > > we're stuck, have been for days > > We have nginx set in ec2 instance but cannot get the ssl to slip in. > > I copied in Divy who is also working to get this solved > > any help wou

Re: Need help in converting the key value pairs of JSON data into data types.

2021-08-11 Thread Kasper Laudrup
On 11/08/2021 21.20, Franck Tchouanga wrote: > I can help you. > Help me with what? Kind regards, Kasper Laudrup -- 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

Re: Need help in converting the key value pairs of JSON data into data types.

2021-08-11 Thread Franck Tchouanga
I can help you. On Wed, Aug 11, 2021, 6:00 PM Kasper Laudrup wrote: > On 11/08/2021 15.54, chinna wrote: > > Hi All, > > > > I am actually working on a use case where I have to convert the JSON > > data into a dictionary and from that I will have to replace all the > > keys and values to the da

Re: Need help in converting the key value pairs of JSON data into data types.

2021-08-11 Thread Kasper Laudrup
On 11/08/2021 15.54, chinna wrote: > Hi All, > > I am actually working on a use case where I have to convert the JSON > data into a dictionary and from that  I will have to replace all the > keys and values to the data types. The data type is returned as a string with the builtin type() function

Re: Need help on RedirectView

2021-06-20 Thread Hello Singh
Thanks, David Sir It help me a lot. On Sun, 20 Jun 2021, 18:21 David Nugent, wrote: > It is just a method on the Article model. Don't copy-paste what is there, > understand what it is doing. > > In this *example*, update_counter() will be defined in > Article(models.Model), probably in models.py

Re: Need help on RedirectView

2021-06-20 Thread David Nugent
It is just a method on the Article model. Don't copy-paste what is there, understand what it is doing. In this *example*, update_counter() will be defined in Article(models.Model), probably in models.py in the app. You obliged to use anything like this in your redirect. HTH, On Sun, Jun 20, 2021

Re: need help integrating SSL with react/django web app

2021-05-09 Thread John McClain
Hello Ammar, we're stuck, have been for days We have nginx set in ec2 instance but cannot get the ssl to slip in. I copied in Divy who is also working to get this solved any help would be appreciated can you help me with this or provide any documentation On Sat, 8 May 2021 at 10:16, Ammar Mo

Re: need help integrating SSL with react/django web app

2021-05-08 Thread John McClain
i recently configured nginx, it wasn't part of the stack initially. I will try and work through it. I broke down and actually bought a cert so hopefully, it will solve the problems thanks for your feedback On Saturday 8 May 2021 at 10:17:27 UTC+1 amarb...@gmail.com wrote: > I am using Nginx as

Re: need help integrating SSL with react/django web app

2021-05-08 Thread Ammar Mohammed
I am using Nginx as a proxy for my Django app and this method is working just fine. On Sat, May 8, 2021, 11:14 Ammar Mohammed wrote: > I think you're supposed to install the certificate in your web server > (Nginx, Apache). > Follow the manual to install it to your server and everything will be

Re: need help integrating SSL with react/django web app

2021-05-08 Thread Ammar Mohammed
I think you're supposed to install the certificate in your web server (Nginx, Apache). Follow the manual to install it to your server and everything will be fine. On Sat, May 8, 2021, 10:35 John McClain wrote: > Hello, > > I am having difficulties connecting SSL to my React/Python webapp > > I a

Re: Need help in django ecommerce website to simply read a variable from different apps

2021-04-13 Thread Satyajit Barik
Show me your cart item code On Tue, 13 Apr, 2021, 5:32 am Nijo Joseph, wrote: > Dear all, > > Seems interesting, reading from different tables is not a big deal just > use whatever models from any app and import into the views and run your > query. I have my own full fledged app not very good i

Re: Need help in django ecommerce website to simply read a variable from different apps

2021-04-12 Thread Nijo Joseph
Dear all, Seems interesting, reading from different tables is not a big deal just use whatever models from any app and import into the views and run your query. I have my own full fledged app not very good in design but it really works and have used in some supermarkets and still continuing in so

Re: Need help in django ecommerce website to simply read a variable from different apps

2021-04-03 Thread Kasper Laudrup
On 03/04/2021 01.15, ANSHIT RANSINGH wrote: > I am unable to do so. Please help me with the issue.  > If you want someone to help you, learn how to ask a question. Something like this might be a good start: https://betterprogramming.pub/how-to-ask-questions-about-programming-dcd948fcd2bd How do

Re: Need help about display machine state?

2020-11-22 Thread Derek
I am not sure the Django mailing list is the best place to get advice on Flask? I did have a quick look - my advice would be to create a Docker deployment (ideally with a pre-built image on DockerHub) to allow quick/fast testing. On Sunday, 22 November 2020 at 02:43:38 UTC+2 graves@gmail.co

Re: Need Help From Senior Django-Angular Dev

2020-11-20 Thread Kasper Laudrup
Hi Nouman, On 20/11/2020 20.03, Nouman Mehmood wrote: I'm having trouble finding answers to the errors mainly when i am trying to integrate my login api (django-restframe work i.e. token authentication) to angular Login components. Main errors I've got is forbidden error 403. Can anyone help?

Re: Need help with inlineformset

2020-10-11 Thread Marco Paradisi
up Il giorno domenica 11 ottobre 2020 alle 17:37:15 UTC+2 Marco Paradisi ha scritto: > Hi everyone, > > I have the following instruction: > > forms.models.inlineformset_factory(Covata, Bird, fields=('rna_ucc', > 'sesso', 'nascita', 'anella', 'razza', 'mutazione', 'portatore',), > can_delete=Tr

Re: Need help to create web API for the listing of news.

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related tasks at fair prices Best Regards, Divyesh Khamele, Pythonmate On Sun, 11 Oct 2020, 4:39 pm Kasper Laudrup, wrote: > Hi Viplay, > > On 10/10/2020 17.31, Viplav Dube wrote: > > Hi Kasper Laudrup, > > Than

Re: Need help with inlineformset

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related tasks at fair prices Best Regards, Divyesh Khamele On Sun, 11 Oct 2020, 9:08 pm Marco Paradisi, wrote: > Hi everyone, > > I have the following instruction: > > forms.models.inlineformset_factory(Covata,

Re: Need help to create web API for the listing of news.

2020-10-11 Thread Kasper Laudrup
Hi Viplay, On 10/10/2020 17.31, Viplav Dube wrote: Hi Kasper Laudrup, Thanks for your reply, I have done scraper part for a single site and performing well. But Few points I want to share with you ,for that I need help. Glad to hear you are making progress and hope my input was helpful. To

Re: Need help to create web API for the listing of news.

2020-10-10 Thread Viplav Dube
Hi Kasper Laudrup, Thanks for your reply, I have done scraper part for a single site and performing well. But Few points I want to share with you ,for that I need help. 1. Need to create web API for the listing of news and searching news with keywords 2. Need to write a small scraper for below JSON

Re: Need help to create web API for the listing of news.

2020-10-09 Thread Kasper Laudrup
Hi Viplay On 09/10/2020 16.26, Viplav Dube wrote: Dear all, Need to write a small scraper for JSON links and get the news on one API call for current date and store it in the table in this format (Id, Date, Title, Details, New From (CNN, Times, etc.) and URL of News). News can be searched via

Re: Need help in Linode server setup.

2020-08-30 Thread RANGA BHARATH JINKA
Hi, Please check this. https://stackoverflow.com/questions/10873295/error-message-forbidden-you-dont-have-permission-to-access-on-this-server On Mon, Aug 31, 2020 at 12:15 PM Vikas Sri wrote: > We have pushed the codes on a Linode server. But the project is not > getting Live. > Sharing scr

Re: Need Help : Custom User Model

2020-07-22 Thread Exactly musty
Reach me I would give you my github repo to copy it from -- 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

Re: Need Help : Custom User Model

2020-07-22 Thread Exactly musty
Months ago I was looking for those same thing, I read the doc but wasnt clear enough I had to follow tutorials not until I learnt it, now I use it on all my project, which i added django allauth but i recommend reading this and following this tutorial, if you a newbie custom user model can be a

Re: Need help

2020-06-15 Thread Kelvin Sajere
On Sun, Jun 14, 2020 at 19:38 Deborah wrote: > good evening > the tags that I use in the html file, appear on browsers when I launch the > server, what to do ??? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this g

Re: Need help

2020-06-15 Thread Kumar Shantanu
My best guess you are trying to open the HTML file from your storage and not trying to access it by putting the server on Try using ::: py manage.py runserver to run the server and then try to access your page using your browser cheers :) On Mon, Jun 15, 2020 at 9:39 AM RANGA BHARATH J

Re: Need help

2020-06-14 Thread RANGA BHARATH JINKA
Hi, You should not load html file directly. You have to include html file inside a view, and call the url linked to that view in urls.py file. You have to use the url to access the view. All the best. On Mon, Jun 15, 2020 at 3:33 AM Yannick Kiki wrote: > {% load static %} should be the first

Re: Need help

2020-06-14 Thread Yannick Kiki
{% load static %} should be the first line in the template On Sun, Jun 14, 2020 at 20:27 Julio Cojom wrote: > Based on the url of the browser, seems like python isn't interpreting the > HTML file. This url isn't friendly, django not shows ".html" when you > browse inside your app. Are you runnin

Re: Need help

2020-06-14 Thread Julio Cojom
Based on the url of the browser, seems like python isn't interpreting the HTML file. This url isn't friendly, django not shows ".html" when you browse inside your app. Are you running with py manage.py runserver? Why the port is 63342? Usualy the port is 8000 unless you explicit changed it. Try w

Re: Need help

2020-06-14 Thread Ragnar Örn Ólafsson Ólafsson
Category:{%category%} is being parsed as normal text inside of the HTML. On Sun, 14 Jun 2020 at 19:04, Deborah wrote: > > > Le dimanche 14 juin 2020 20:38:43 UTC+2, Deborah a écrit : >> >> good evening >> the tags that I use in the html file, appear on browsers when I launch >> the server, what

Re: Need help

2020-06-14 Thread Deborah
Le dimanche 14 juin 2020 20:38:43 UTC+2, Deborah a écrit : > > good evening > the tags that I use in the html file, appear on browsers when I launch the > server, what to do ??? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscrib

Re: Need help

2020-06-14 Thread Julio Cojom
Show your file please El dom., 14 de junio de 2020 12:38 p. m., Deborah escribió: > good evening > the tags that I use in the html file, appear on browsers when I launch the > server, what to do ??? > > -- > You received this message because you are subscribed to the Google Groups > "Django user

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-05-03 Thread Sunday Iyanu Ajayi
Hi Ilie Ioana, Please check if 1. You are in your current directory ( or virtual evironment) 2. Is django installed on yur pc? *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sun, Apr 19, 2020 at 2:22 PM Ilie Ioana wrote: > Hi,I'm new with django and python. > I just strated a

Re: Need Help In My Project (URGENT)

2020-04-25 Thread Desh Deepak
Share your code On Thu, 23 Apr 2020, 5:36 am 'raghav' via Django users, < django-users@googlegroups.com> wrote: > > My name is Raghav and I am a final year student. > I want a project for my final semester, the subject of which is the *"Courier > Management System"*, > I am not able to complete m

Re: Need Help In My Project (URGENT)

2020-04-25 Thread maninder singh Kumar
The lockdown has affected all of us. I find it hard to believe that, Raghav, you haven't found a way out. We must all work hard to get to something valuable.every day. The way around this problem you face is to talk on the phone. Remember isolation can lead to depression and we must still com

Re: Need Help In My Project (URGENT)

2020-04-25 Thread Madhav Nandan
Can you please elaborate raghav where you need help? Where you are stuck. I'm willing to help you. We can share code on github and make changes but for that I atleast need to know where you are stuck. On Fri, Apr 24, 2020 at 9:24 PM Shivansh Sen wrote: > I think what he wants to say is if anyb

Re: Need Help In My Project (URGENT)

2020-04-24 Thread Shivansh Sen
I think what he wants to say is if anybody got a complete project, share with him On Thursday, April 23, 2020 at 5:36:35 AM UTC+5:30, raghav wrote: > > > My name is Raghav and I am a final year student. > I want a project for my final semester, the subject of which is the *"Courier > Management

Re: Need Help In My Project (URGENT)

2020-04-24 Thread Shivansh Sen
I thinks what Raghav wants is to get a complete project as help --- Shivansh Sen Call:+91-6375-967-908 India On Fri, Apr 24, 2020 at 8:07 PM AM wrote: > Hello Raghav. You need to be more specific about your problem and the help > you need. Not many would like to help you flo

Re: Need Help In My Project (URGENT)

2020-04-24 Thread AM
Hello Raghav. You need to be more specific about your problem and the help you need. Not many would like to help you flout the lockdown rules and get you to your training institution. On Thursday, April 23, 2020 at 12:06:35 PM UTC+12, raghav wrote: > > > My name is Raghav and I am a final year s

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-24 Thread 'Amitesh Sahay' via Django users
DJANGO_SETTINGS_MODULE is not the problem I guess, as its not there even in my settings.py. Did you define your app in apps settings?  Regards, Amitesh On Friday, 24 April, 2020, 06:45:43 pm IST, Raja Sekar Sambath wrote: Yes I'm On Fri, 24 Apr 2020 at 18:30, DANIEL URBANO DE LA RU

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-24 Thread Raja Sekar Sambath
Yes I'm On Fri, 24 Apr 2020 at 18:30, DANIEL URBANO DE LA RUA < dannybombas...@gmail.com> wrote: > are you using virtual environment? > > El vie., 24 abr. 2020 a las 14:33, Raja Sekar Sambath () > escribió: > >> could you share the solution here >> resetting PC didn't making any sense to me..

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-24 Thread DANIEL URBANO DE LA RUA
are you using virtual environment? El vie., 24 abr. 2020 a las 14:33, Raja Sekar Sambath () escribió: > could you share the solution here > resetting PC didn't making any sense to me > > On Sun, 19 Apr 2020 at 19:19, Ilie Ioana wrote: > >> After resetting the pc it worked. >> Thanks. >>

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-24 Thread Raja Sekar Sambath
could you share the solution here resetting PC didn't making any sense to me On Sun, 19 Apr 2020 at 19:19, Ilie Ioana wrote: > After resetting the pc it worked. > Thanks. > > On Sunday, April 19, 2020 at 4:39:50 PM UTC+3, Ilie Ioana wrote: >> >> The project structure: >> >> >> (test1) io

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-20 Thread Ayser shuhaib
Great 👍🏻 On Sun, 19 Apr 2020 at 15:50, Ilie Ioana wrote: > After resetting the pc it worked. > Thanks. > > > On Sunday, April 19, 2020 at 4:39:50 PM UTC+3, Ilie Ioana wrote: >> >> The project structure: >> >> >> (test1) ioana.i@ioana-spamexperts:~/Workspace/Ioana/test1/test1$ tree >> . >> ├── ma

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-19 Thread Ilie Ioana
After resetting the pc it worked. Thanks. On Sunday, April 19, 2020 at 4:39:50 PM UTC+3, Ilie Ioana wrote: > > The project structure: > > > (test1) ioana.i@ioana-spamexperts:~/Workspace/Ioana/test1/test1$ tree > . > ├── manage.py > └── test1 > ├── asgi.py > ├── __init__.py > ├── settin

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-19 Thread Ilie Ioana
The project structure: (test1) ioana.i@ioana-spamexperts:~/Workspace/Ioana/test1/test1$ tree . ├── manage.py └── test1 ├── asgi.py ├── __init__.py ├── settings.py ├── urls.py └── wsgi.py :~/Workspace/Ioana/test1/test1$ python manage.py runserver Traceback (most recent call

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-19 Thread Ayser shuhaib
to run the server use: Python manage.py runserver It would be better if you send a picture of the project files structure. On Sun, 19 Apr 2020 at 15:22, Ilie Ioana wrote: > Hi,I'm new with django and python. > I just strated a new django project in a venv using django 3.0 and seems > that DJANG

Re: need help - following django tutorial to create polls database - missing "on delete cascade" - using django 2.2.1 with mysql 8.0

2019-07-05 Thread sachin thakur
I am also facing the same problem i am using PostgreSQL data base . please do share this issue bug *Thanks and Kind Regards* *Sachin Thakur* about

Re: need help - following django tutorial to create polls database - missing "on delete cascade" - using django 2.2.1 with mysql 8.0

2019-06-28 Thread Joe Reitman
The notes say: - The exact output will vary depending on the database you are using. The example above is generated for* PostgreSQL.* Are you using the default SQLite? You could try running migrate and then checking the tables to see if the constraint was added using a DB admin viewer.

Re: need help - following django tutorial to create polls database - missing "on delete cascade" - using django 2.2.1 with mysql 8.0

2019-06-28 Thread Jasmine Smith
Looking into, will get back to you soon. Thanks. On Thu, Jun 27, 2019 at 8:15 PM Rudy Quiroga Gamboa wrote: > Hi, I have the same problem, did you find the problem or the solution ? > > > El martes, 28 de mayo de 2019, 20:44:44 (UTC-4), K Tan escribió: >> >> Hi, everyone, >> >> This is my first

  1   2   3   4   5   6   7   >