Re: I want help from senior python/django developer to create one django assignment project.

2023-06-05 Thread Sebastian Jung
india. I got one django assignment from xyz comapny. But i can't > how to create that logical way. Please help me. Below file is that > assignment. Please open and see it. > can any one send that type of related previous projects code. > > -- > You received this message

Re: I want help from senior python/django developer to create one django assignment project.

2023-06-05 Thread Vishesh Mangla
m from india. I got one django assignment from xyz comapny. But i >> can't how to create that logical way. Please help me. Below file is that >> assignment. Please open and see it. >> can any one send that type of related previous projects code. >> >> -- >> You rec

Re: I want help from senior python/django developer to create one django assignment project.

2023-06-05 Thread Lakshyaraj Dash
Bro please send in pdf format so that it will be possible to open in mobile On Mon, 5 Jun, 2023, 22:35 AKHIL KORE, wrote: > Hi django developer group. > > I'm from india. I got one django assignment from xyz comapny. But i can't > how to create that logical way. Please help me

I want help from senior python/django developer to create one django assignment project.

2023-06-05 Thread AKHIL KORE
Hi django developer group. I'm from india. I got one django assignment from xyz comapny. But i can't how to create that logical way. Please help me. Below file is that assignment. Please open and see it. can any one send that type of related previous projects code. -- You received

Re: keeps redirecting to non-existent url, please help

2023-06-05 Thread ALBERT ASHABA AHEEBWA
You need to us the some code (Installed apps, views.py as well as urls.py ) for us to help. They're all connected. Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Mon, 5 Jun 2023, 16:24 Kit Jenkins, wrote: > Hello everyone, I just finished my first tutorial django project, but

Re: Django aws deployment doesn't work, please help

2023-06-05 Thread Jishnu Ramachandran
This tutorial will help you to achieve what you are trying. On Mon, Jun 5, 2023 at 2:32 PM Jishnu Ramachandran < jishnuchandrala...@gmail.com> wrote: > https://www.youtube.com/watch?v=Xlp9G137-MI > > On Mon, Jun 5, 2023 at 5:51 AM Makan Dianka > wrote: > >> Do you

Re: Django aws deployment doesn't work, please help

2023-06-05 Thread Jishnu Ramachandran
uwsgi+gunicorn), Nginx, docker (compose), postgrSQL and AWS >> RDS...can someone give me help or advice on this? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubsc

keeps redirecting to non-existent url, please help

2023-06-05 Thread Kit Jenkins
Hello everyone, I just finished my first tutorial django project, but now, when I'm trying to create a new project it keeps redirecting form home page with blank url ' ' to non-existent app url 'catalog/'. I deleted all files from previous project, I tried overriding path with RedirectView to

Re: Django aws deployment doesn't work, please help

2023-06-04 Thread Makan Dianka
ver and want to deploy It with AWS in the most cost effettive way. > Which Is It? And I don't understand the ports flow between localhost, > Django (uwsgi+gunicorn), Nginx, docker (compose), postgrSQL and AWS > RDS...can someone give me help or advice on this? > > -- > You rec

Django aws deployment doesn't work, please help

2023-06-04 Thread Francesco Gariboldi
...can someone give me help or advice on this? -- 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: Finding Help in getting started in Django

2023-05-31 Thread RANGA BHARATH JINKA
DATABASE_PASSWORD='' > DATABASE_HOST='localhost' > DATABASE_PORT='5432' > } > } > --- for mysql --- > DATABASES = { > 'default': { > ALLOWED_HOSTS='localhost' > DATABASE_ENGINE='django.db.backends.mysql' > DATABASE_NAME='mydatabase' > DATABASE_USER='root' >

Re: Finding Help in getting started in Django

2023-05-31 Thread DieHardMan 300
PASSWORD='' DATABASE_HOST='localhost' DATABASE_PORT='3306' } add your "user" and "password", both database port above are default port though 7. start your first database migrate --> py manage.py migrate Now go for Django Tutorial --> https://docs.djangoproject.com/en/4.2/ I

Re: Finding Help in getting started in Django

2023-05-31 Thread DieHardMan 300
SE_USER='root' DATABASE_PASSWORD='' DATABASE_HOST='localhost' DATABASE_PORT='3306' } add your "user" and "password", both database port above are default port though 7. start your first database migrate --> py manage.py migrate Now go for Django Tutorial --> https://docs.djan

Re: Finding Help in getting started in Django

2023-05-30 Thread psyMaster Code
and more project to try and learn while you're enjoying. It is important that during your lessons, you try your ideas too, after a while just do projects alone. You can find some UI design or some website and try to make APIs accourding to the logic that you see Hope It could help you Best wishes

Re: Finding Help in getting started in Django

2023-05-30 Thread Bhuvnesh Sharma
Hi Veronica, You can start from the official documentation. Django has one of the best documentations in the world , just in case you are lost, here's a link from where you can create your first application : https://docs.djangoproject.com/en/4.2/intro/tutorial01/ Regards, Bhuvnesh On Tue, May

Re: Finding Help in getting started in Django

2023-05-30 Thread Muhammad Juwaini Abdul Rahman
Getting started by doing. Django official site have their own tutorial that you can follow line by line. On Tue, 30 May 2023 at 22:55, Veronica Ndemo wrote: > Hi guys I need help.I am just getting started in using Django and I would > love to get guidance on how to go about the Django framework

Finding Help in getting started in Django

2023-05-30 Thread Veronica Ndemo
Hi guys I need help.I am just getting started in using Django and I would love to get guidance on how to go about the Django framework -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

RE: Please help me solving this error

2023-05-24 Thread prdpchowdhary
My code is import re iine = “My name is Bahtta. I want to learn”print(re.findall('[aeiou]+', line))And is it is running okSent from Mail for Windows From: Ramesh BhattaSent: Wednesday, May 24, 2023 6:41 AMTo: django-users@googlegroups.comSubject: Please help me solving this error Traceback (most

Please help me solving this error

2023-05-23 Thread Ramesh Bhatta
Traceback (most recent call last): File "C:\users\rudra\desktop\python\client2.py", line 1, in import urllib.request File "C:\Users\Rudra\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 84, in import base64 File

Re: testing newbie - help requested: app works, tests give errors

2023-05-10 Thread 'Bob Aalsma' via Django users
t. > > On Wednesday, May 10, 2023 at 2:18:33 PM UTC+2 Vishesh Mangla wrote: > >> If I understood the error right. >> >> On Wed, May 10, 2023 at 5:47 PM Vishesh Mangla >> wrote: >> >>> Probably this would help: >>> https://stackoverflow.c

Re: testing newbie - help requested: app works, tests give errors

2023-05-10 Thread 'Bob Aalsma' via Django users
nderstand the reason for the differences in output. On Wednesday, May 10, 2023 at 2:18:33 PM UTC+2 Vishesh Mangla wrote: > If I understood the error right. > > On Wed, May 10, 2023 at 5:47 PM Vishesh Mangla > wrote: > >> Probably this would help: >> https://stackoverflow.com/questi

Re: testing newbie - help requested: app works, tests give errors

2023-05-10 Thread Vishesh Mangla
If I understood the error right. On Wed, May 10, 2023 at 5:47 PM Vishesh Mangla wrote: > Probably this would help: > https://stackoverflow.com/questions/8609192/what-is-the-difference-between-null-true-and-blank-true-in-django > > On Wed, May 10, 2023 at 5:45 PM 'Bob Aalsma' via

Re: testing newbie - help requested: app works, tests give errors

2023-05-10 Thread Vishesh Mangla
Probably this would help: https://stackoverflow.com/questions/8609192/what-is-the-difference-between-null-true-and-blank-true-in-django On Wed, May 10, 2023 at 5:45 PM 'Bob Aalsma' via Django users < django-users@googlegroups.com> wrote: > Sorry Vishesh, thanks for the quick answer b

Re: testing newbie - help requested: app works, tests give errors

2023-05-10 Thread 'Bob Aalsma' via Django users
while the code works as expected. >>> >>> I'm under the impression that the *raise CommandError* is ignored by >>> the test, but don't understand why this would be. >>> >>> Please help. >>> >>> Running the code shows: >>> &g

Re: testing newbie - help requested: app works, tests give errors

2023-05-10 Thread Vishesh Mangla
ying to test a django-admin command and don't understand why the >> tests give errors on the code while the code works as expected. >> >> I'm under the impression that the *raise CommandError* is ignored by the >> test, but don't understand why this would be. >> >>

Re: testing newbie - help requested: app works, tests give errors

2023-05-10 Thread Vishesh Mangla
e code works as expected. > > I'm under the impression that the *raise CommandError* is ignored by the > test, but don't understand why this would be. > > Please help. > > Running the code shows: > > (.venv) werker@Werkers-Mac-mini domain_reader % python3 manage.py > popula

testing newbie - help requested: app works, tests give errors

2023-05-10 Thread 'Bob Aalsma' via Django users
I'm trying to test a django-admin command and don't understand why the tests give errors on the code while the code works as expected. I'm under the impression that the *raise CommandError* is ignored by the test, but don't understand why this would be. Please help. Running the code shows

Re: Django Themes help

2023-05-02 Thread William Nash (Bill)
Thanks for your help. On Tuesday, May 2, 2023 at 10:24:28 AM UTC-5 ALBERT ASHABA AHEEBWA wrote: > I have centered the items and made a pull request. > > You can merge and see how it looks. > > > > Best Regards, > > Albert > > On Tue, 2 May 2023, 17:20 Will

Re: Django Themes help

2023-05-02 Thread David Nugent
ram that will help me in my dive shop. Since > I'm trying to learn to program in Python using Django, I wanted to create > something to help me. My issue is I cannot figure out how to center items > on my page. For example (see screen shot) > > My code is located on Github: https://

Re: Django Themes help

2023-05-02 Thread ALBERT ASHABA AHEEBWA
: > I'm working on a small program that will help me in my dive shop. Since > I'm trying to learn to program in Python using Django, I wanted to create > something to help me. My issue is I cannot figure out how to center items > on my page. For example (see screen shot) > >

Django Themes help

2023-05-02 Thread William Nash (Bill)
I'm working on a small program that will help me in my dive shop. Since I'm trying to learn to program in Python using Django, I wanted to create something to help me. My issue is I cannot figure out how to center items on my page. For example (see screen shot) My code is located on Github

Re: I am struggling with calling consumer.py function from views to consumer in django here ismy code. Please help me. I am calling Asyncwebsocketconsumer

2023-04-02 Thread MOHAMED SABEEH VADAKKATH VALAPPIL
can you provide more details about the specific issues you are facing when trying to call this method? Are you getting any error messages, or is the function simply not being called? Any additional information you can provide will help me better understand your problem. I am providing you

I am struggling with calling consumer.py function from views to consumer in django here ismy code. Please help me. I am calling Asyncwebsocketconsumer

2023-04-02 Thread 'Sneha Vishwakarma' via Django users
from channels.generic.websocket import AsyncWebsocketConsumer import json class MyConsumer(AsyncWebsocketConsumer): async def connect(self): self.room_group_name = 'kafka' # Join room group await self.channel_layer.group_add( self.room_group_name,

Re: Help on Django + Plotly integration

2023-03-24 Thread Jd Mehra
; Regards, >> Praveen >> On Wednesday, 22 March 2023 at 20:38:55 UTC+5:30 Kasper Laudrup wrote: >> >>> On 22/03/2023 15.29, Praveen Kumar wrote: >>> > Hi Team, >>> > >>> > I need help in implementing Plotly with Django for interactive >

Re: Help in django. I want to upload files

2023-03-24 Thread Jd Mehra
yeah, Ryan's comment definitely makes sense On Thursday, 23 March 2023 at 20:22:17 UTC+5:30 Ryan Nowakowski wrote: > Your field is called e_resource with an underscore but you're trying to > reference it using a dash. > > > On March 22, 2023 11:40:00 PM CDT, Shubhi Pandey > wrote: >> >> the

Help in django. I want to upload files

2023-03-23 Thread Shubhi Pandey
the error is: django.core.exceptions.FieldError: Unknown field(s) (e-resource) specified for Post models.py class Post(models.Model): e_resource = models.FileField(null=True, blank=True, validators=[FileExtensionValidator( ['pdf'] ) ],

Re: Help on Django + Plotly integration

2023-03-23 Thread Praveen Kumar
2023-03-23 154859.png] Kindly suggest. Thanks & Regards, Praveen On Wednesday, 22 March 2023 at 20:38:55 UTC+5:30 Kasper Laudrup wrote: > On 22/03/2023 15.29, Praveen Kumar wrote: > > Hi Team, > > > > I need help in implementing Plotly with Django for interactive >

Re: Help on Django + Plotly integration

2023-03-22 Thread 'Kasper Laudrup' via Django users
On 22/03/2023 15.29, Praveen Kumar wrote: Hi Team, I need help in implementing Plotly with Django for interactive dashboards. Please suggest. Try following this: https://googlethatforyou.com?q=plotly%20django Kind regards, Kasper Laudrup -- You received this message because you

Help on Django + Plotly integration

2023-03-22 Thread Praveen Kumar
Hi Team, I need help in implementing Plotly with Django for interactive dashboards. Please suggest. Thanks & Regards, Praveen -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivi

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

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

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

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

Need help with Authenticating and Authorizing

2023-03-10 Thread linda jean-philippe
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 the Django Admin page, it says invalid password and username with each attempt. -- You received this message because you are subscribed to

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

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

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

Need help

2023-02-21 Thread 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 received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: Please i need help in creating a Login page with Django

2023-01-20 Thread Aditi Dwivedi
command Python manage.py runserver. Hope this helps. On Thu, 19 Jan 2023, 6:51 pm Radhika Soni, wrote: > Hello, > You can take help from udemy or coursera courses. > > On Thu, Jan 19, 2023, 4:36 PM Hubert Kanyamahanga > wrote: > >> Please share what you have be

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread M Adnan
Join this group to discuss your issues with developers link below , https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 On Thu, 19 Jan 2023, 6:21 pm Radhika Soni, wrote: > Hello, > You can take help from udemy or coursera courses. > > On Thu, Jan 19, 2023, 4:36 PM Hubert Kanyamaha

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread ritik sahoo
Ofcourse On Thu, 19 Jan, 2023, 7:40 pm Sebastian Jung, wrote: > I think this is a good start or? > > https://github.com/earthcomfy/Django-registration-and-login-system > > Namanya Daniel schrieb am Do., 19. Jan. 2023, > 15:00: > >> Explain where you’re failing exactly, is it views, forms,

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread Sebastian Jung
I think this is a good start or? https://github.com/earthcomfy/Django-registration-and-login-system Namanya Daniel schrieb am Do., 19. Jan. 2023, 15:00: > Explain where you’re failing exactly, is it views, forms, templates or > models > > On Thu, 19 Jan 2023 at 01:56, Michael R. KOOMSON >

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread Namanya Daniel
Explain where you’re failing exactly, is it views, forms, templates or models On Thu, 19 Jan 2023 at 01:56, Michael R. KOOMSON wrote: > I am trying everything possible to create a basic login page with Django., > i have tried so many videos and online tutorial, but still can't make > anything

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread ritik sahoo
If u will follow geekyshows channel on YouTube your basic must be cleared On Thu, 19 Jan, 2023, 6:51 pm Radhika Soni, wrote: > Hello, > You can take help from udemy or coursera courses. > > On Thu, Jan 19, 2023, 4:36 PM Hubert Kanyamahanga > wrote: > >> Please share

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread Radhika Soni
Hello, You can take help from udemy or coursera courses. On Thu, Jan 19, 2023, 4:36 PM Hubert Kanyamahanga wrote: > Please share what you have been able to do, where you are blocked and from > there we can guide you, because, we don't even know which videos you have > bee

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread Hubert Kanyamahanga
Please share what you have been able to do, where you are blocked and from there we can guide you, because, we don't even know which videos you have been viewing! On Wednesday, January 18, 2023 at 11:56:45 PM UTC+1 macca...@gmail.com wrote: > I am trying everything possible to create a basic

Please i need help in creating a Login page with Django

2023-01-18 Thread Michael R. KOOMSON
I am trying everything possible to create a basic login page with Django., i have tried so many videos and online tutorial, but still can't make anything meaningful out of it. Can anyone please take me through a systematic process please, since i am new here and want to take Django to be my

Please help

2023-01-15 Thread Chelsea Fan
Hello guys, how can I return blurhash link in django, can I use Pillow or any other python tools? -- 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

Re: can any one help

2022-12-26 Thread Eng Thanoon
at item but one > > condition is there when user genrate pdf after that when new item added > > in list and after adding if your generate pdf then he show only newly > > added item. > > > > i need help? > > > > I think you need help in writing a question. It is

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

Re: can any one help

2022-12-26 Thread 'Kasper Laudrup' via Django users
help? I think you need help in writing a question. It is impossible to understand what you are trying to do, so no one will be able to help you. Maybe share the code you have so far and take some time to write a question in proper English? Kind regards, Kasper Laudrup -- You received

can any one help

2022-12-26 Thread 'Gaurav Mishra' via Django users
i have a list of items .and user can generate pdf of that item but one condition is there when user genrate pdf after that when new item added in list and after adding if your generate pdf then he show only newly added item. i need help? -- This e-mail and any files transmitted with it may

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

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.

Re: Need help Scraping a couple of websites

2022-12-23 Thread Raj Mandaviya
...@gmail.com Thank you On Friday, December 16, 2022 at 10:41:39 PM UTC+5:30 jmccla...@gmail.com wrote: > Hello, > > I need help scraping a couple of commercial websites to collect product > data for use in e-commerce store. > > Willing to pay modest fee for the help

Re: Need help Scraping a couple of websites

2022-12-16 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
ttp://www.scom.ca> 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3 Toronto 416.642.7266 Main 1.866.411.7266 Fax 1.888.892.7266 Email p...@scom.ca On 2022-12-16 12:11 p.m., John McClain wrote: Hello, I need help scraping a couple of commercial websites to collect product data for us

Need help Scraping a couple of websites

2022-12-16 Thread John McClain
Hello, I need help scraping a couple of commercial websites to collect product data for use in e-commerce store. Willing to pay modest fee for the help. Get in touch if interested... -- You received this message because you are subscribed to the Google Groups "Django users&q

Help

2022-11-30 Thread Rachid Abdoul
Bonjour, quelqu’un parle français ici svp ? > Le 30 nov. 2022 à 08:06, Viper Code a écrit : > >  > mess = Message.objects.get(title="sos") > // print(mess.person.email) // the error occurs here. > > emails = [] > for m in mess: > emails.append(m.email) > > print(emails) > > Pada

Help

2022-11-23 Thread bode moses
cd CodingWithMoses C:\User\Olabode\pycharmprojects\ CodingWithMoses> scripts\activate (CodingWithMoses) C:\User\Olabode\pycharmprojects\ CodingWithMoses> cd src (CodingWithMoses) C:\User\Olabode\pycharmprojects\ CodingWithMoses\scr> please help me out to resume back my project where i stop bef

Re: Help with understanding django-oscar

2022-11-21 Thread Sebastian Jung
Hey, I implement my needs not directly in oscar dashboard. I implement it my views in my normal frontend views then make new Dashboard menu entry in settings.py and from my view a button back to dashboard if i am staff user... Regards Leslie Taffe schrieb am Di., 22. Nov. 2022, 02:03: > Hey I

Re: Help with understanding django-oscar

2022-11-21 Thread Leslie Taffe
Hey I took a look at the sample project and I'm already familiar with it what I need is some more examples of how to add apps to the dashboard config file ive read the docs a lot I'm just not clear on how to implement it On Mon, Nov 21, 2022, 6:39 PM Sebastian Jung wrote: > Hello Leslie, > > I

Re: Help with understanding django-oscar

2022-11-21 Thread Sebastian Jung
Here are sanbox project with i have start https://github.com/django-oscar/django-oscar/tree/master/sandbox Good luck. On beginning absolut chaos because many things are not so as you know. For example show in apps.py this is absokut different as i know with urls.py. Or that models.py connects to

Re: Help with understanding django-oscar

2022-11-21 Thread Sebastian Jung
Hello Leslie, I am know many things in django oscar. Please ask if yoz have questions. Regards Leslie Taffe schrieb am Di., 22. Nov. 2022, 00:30: > Hey so i'm a new dev looking into utilizing Oscar but a lot of things in > the doc aren't clear to me if anyone would be willing to just show me

Help with understanding django-oscar

2022-11-21 Thread Leslie Taffe
Hey so i'm a new dev looking into utilizing Oscar but a lot of things in the doc aren't clear to me if anyone would be willing to just show me an example project I'd be fine with just that -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: help for django project

2022-10-30 Thread 'Kasper Laudrup' via Django users
Change line 37 of your frobnicater.py file from using int to string. Alternatively, if that doesn't work, consider asking a question that someone can actually answer. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users"

help for django project

2022-10-30 Thread RITIK KATIYAR
File "C:\Users\kamal\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "C:\Users\kamal\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953, in run self._target(*self._args, **self._kwargs) File

Re: PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-29 Thread Ammar Mohammed
Hello Dear You should name your apps without the app word in the end Example : INSTALLED_APPS = [ "apps.store'', " apps.core", ] This will definitely work Regards On Wed, 19 Oct 2022, 7:30 AM regan opere, wrote: > Many, thanks for the reply. However, I have two apps in the directory >

Re: PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-19 Thread johnpaul mulongo
You need to give the django apps you created unique names (try to see them as separate entities), in your case this would be 'core' and 'store', then you need to add them to the INSTALED_APPS list like so in the settings file: [..., 'core.apps.CoreConfig', 'store.apps.StoreConfig', ] On Wed,

Re: PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-18 Thread regan opere
Many, thanks for the reply. However, I have two apps in the directory called Apps.. so when I name the apps in the settings using tiles.apps.TilesConfig' it still does'nt work naming them like this: 'apps.core.apps', 'apps.store.apps', also still giver the error:

Re: PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-18 Thread Chukwudi Onwusa
Lets take App Directory name tiles. So inthe installed app list it will be 'tiles.apps.TilesConfig', Or put simply 'tiles', Hope it helps . On Tue, Oct 18, 2022, 06:16 regan opere wrote: > Hello, I am new to django and I am still learning. > I have created two apps core and store and I have

PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-17 Thread regan opere
Hello, I am new to django and I am still learning. I have created two apps core and store and I have registered them in the settings file of my root directory. This is the error I get: django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: apps my settings

Re: Anyone help?

2022-10-16 Thread Muhammad Juwaini Abdul Rahman
You can try ./manage.py shell Then you can run: from abcd.models import Person On Mon, 17 Oct 2022 at 06:37, It's ShAdAn wrote: > > > how i run model through manage.py > > On Saturday, 15 October 2022 at 16:48:23 UTC-7 Thomas wrote: > >> You don’t run model files directly, but rather through

Re: Anyone help?

2022-10-16 Thread It's ShAdAn
how i run model through manage.py On Saturday, 15 October 2022 at 16:48:23 UTC-7 Thomas wrote: > You don’t run model files directly, but rather through manage.py which > references your settings.py file. > > ./manage.py > > hth > > - Tom > > On Oct 15, 2022, at 1:07 PM, It's ShAdAn wrote: >

Re: Anyone help?

2022-10-15 Thread Thomas Lockhart
You don’t run model files directly, but rather through manage.py which references your settings.py file. ./manage.py hth - Tom > On Oct 15, 2022, at 1:07 PM, It's ShAdAn wrote: > > Got error > > > /usr/bin/python3.9 > /home/user/PycharmProjects/pythonProject4/mycham/abcd/models.py >

Re: Anyone help?

2022-10-15 Thread Sunday Ajayi
Hi Can you share your settings file content or screenshot? Regards, *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sat, Oct 15, 2022 at 10:01 PM It's ShAdAn wrote: > Got error > > > /usr/bin/python3.9 > /home/user/PycharmProjects/pythonProject4/mycham/abcd/models.py >

Anyone help?

2022-10-15 Thread It's ShAdAn
Got error /usr/bin/python3.9 /home/user/PycharmProjects/pythonProject4/mycham/abcd/models.py Traceback (most recent call last): File "/home/user/PycharmProjects/pythonProject4/mycham/abcd/models.py", line 4, in class Person(models.Model): File

Re: Help

2022-09-28 Thread Balogun Awwal
Can you send your number On Wednesday, September 28, 2022, ASAMOAH EMMANUEL < emmanuelasamoah...@gmail.com> wrote: > Hi! I'm willing to help you. Message me privately for the resources. > > On Wed, Sep 28, 2022 at 1:02 AM Abdul Qoyyuum Haji Abdul Kadir < > abdul.qoy

Re: Help

2022-09-28 Thread ASAMOAH EMMANUEL
Hi! I'm willing to help you. Message me privately for the resources. On Wed, Sep 28, 2022 at 1:02 AM Abdul Qoyyuum Haji Abdul Kadir < abdul.qoyy...@gmail.com> wrote: > That Udemy link is no longer valid. > > The Django official docs has a tutorial and is more relevant to the l

Re: Help

2022-09-27 Thread Abdul Qoyyuum Haji Abdul Kadir
That Udemy link is no longer valid. The Django official docs has a tutorial and is more relevant to the latest version versus older YouTube videos. https://docs.djangoproject.com/en/4.1/ Abdul Qoyyuum Bin Haji Abdul Kadir HP: +673 720 8043 about.me/qoyyuum On Tue, Sep 27, 2022, 10:41 PM peteru

Re: Help

2022-09-27 Thread peteru mimo
https://freetutsdownload.com/?s=django download free django tutorial here also On Tue, Sep 27, 2022 at 11:33 AM peteru mimo wrote: > Good morning > > Check the > https://www.udemy.com/course/draft/3427466/learn/lecture/21717840?start=15#overview > is free on udemy > > Regard > > On Mon, Sep 26,

Re: Help

2022-09-27 Thread peteru mimo
Good morning Check the https://www.udemy.com/course/draft/3427466/learn/lecture/21717840?start=15#overview is free on udemy Regard On Mon, Sep 26, 2022 at 9:11 PM Balogun Awwal wrote: > Hello I just learnt python I’m looking to learn django can you recommend > some tutorials and it will also

Re: Help

2022-09-27 Thread Maitrey. Thakar.
Hii there see the code with Harry tutorial it will help you  it's in two languages Hindi and and i think English... On Tuesday, September 27, 2022 at 1:41:27 AM UTC+5:30 awwalba...@gmail.com wrote: > Hello I just learnt python I’m looking to learn django can you recommend > some tut

Re: Help

2022-09-27 Thread Sonu
You can learn Django. Click the below link https://www.youtube.com/c/CodeKeen/playlists On Tue, 27 Sept 2022 at 01:41, Balogun Awwal wrote: > Hello I just learnt python I’m looking to learn django can you recommend > some tutorials and it will also be very helpful if I can get a mentor also >

Help

2022-09-26 Thread Balogun Awwal
Hello I just learnt python I’m looking to learn django can you recommend some tutorials and it will also be very helpful if I can get a mentor also please Sent from awwal -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: help on how to deploy django app on railway "

2022-09-15 Thread ola neat
they app is almost complete, i'm only migrating from heroku to railway, it not new app On Thu, Sep 15, 2022 at 10:04 PM Percy Masekwameng < percymasekwameng...@gmail.com> wrote: > Hi I don't know much about deploying, I'm still a newbie > > There is an option to deploy a template, use it to

Re: help on how to deploy django app on railway "

2022-09-15 Thread ola neat
that wat i did before and it still giving me same error, i had to comment it out DATABASES = { "default": dj_database_url.config(default=DATABASE_URL, conn_max_age=1800), } On Thu, Sep 15, 2022 at 9:55 PM Mohammad Anarul wrote: > You can follow the github repo >

Re: help on how to deploy django app on railway "

2022-09-15 Thread Percy Masekwameng
Hi I don't know much about deploying, I'm still a newbie There is an option to deploy a template, use it to deploy a Django template So normally I'd deploy a Django template which railway also create a repository(if you linked your Github), Postgresql database for that template and so clone the

Re: help on how to deploy django app on railway "

2022-09-15 Thread Mohammad Anarul
You can follow the github repo https://github.com/mohammadanarul/railway-action.git On Fri, Sep 16, 2022, 2:32 AM ola neat wrote: > hallo guys, > so i'm having issue deploying my django on railway but once the deployment > is complete the app crash with this err > > > raise

<    1   2   3   4   5   6   7   8   9   10   >