Re: page index.html

2022-08-25 Thread ALBERT ASHABA AHEEBWA
No. There is no space. It's just "runserver". One word On Thu, 25 Aug 2022, 15:27 hajar Benjat, wrote: > Sorry Is there any space between runser ver?? > Or am I wrong!... > It must be "runserver" > > > On Thu, Aug 25, 2022, 12:22 PM ALBERT ASHABA AHE

Re: page index.html

2022-08-25 Thread ALBERT ASHABA AHEEBWA
So what happens when you just run $python manage.py? Does it bring up a list of commands you can run? If not you have to activate your virtual environment properly if you are using any. Or path to the virtual environment py script On Thu, 25 Aug 2022, 14:01 REMY TOUITOU, wrote: > Hello here

Re: page index.html

2022-08-26 Thread ALBERT ASHABA AHEEBWA
ake the server running , it is written: > commanderror:you must set settings.ALLOWED_hosts if debug is false > thanks you > > Le jeu. 25 août 2022 à 14:32, ALBERT ASHABA AHEEBWA < > ashabaaheebwaalb...@gmail.com> a écrit : > >> No. There is no space. It's just "run

Re: page index.html

2022-08-24 Thread ALBERT ASHABA AHEEBWA
You need to share a screenshot for better help. Though it is manage.py and not manage;py Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Wed, 24 Aug 2022, 12:45 REMY TOUITOU, wrote: > hello , i have a question , i can't make the server running , when i do > the command py man

[no subject]

2023-01-01 Thread ALBERT ASHABA AHEEBWA
. Thank you. Best Regards, Albert Ashaba Aheebwa +256 781 435857 -- 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.co

Server Error 500 Nginx when DEBUG=False

2023-01-29 Thread ALBERT ASHABA AHEEBWA
they are pointing to different routes. There's nothing in the /var/log/nginx/error.log file that is helpful. Everything is working as expected when DEBUG=True. Please help point me in the right direction. Best Regards, Albert Ashaba Aheebwa +256 781 435857 -- You received this message because you

Re: Server Error 500 Nginx when DEBUG=False

2023-01-29 Thread ALBERT ASHABA AHEEBWA
, Albert Ashaba Aheebwa +256 781 435857 On Sun, 29 Jan 2023, 17:20 Larry Martell, wrote: > > > On Sun, Jan 29, 2023 at 9:14 AM ALBERT ASHABA AHEEBWA < > ashabaaheebwaalb...@gmail.com> wrote: > >> So I was able to successfully host my first ever Django app on linode. >>

Re: Improving your Stack Overflow score

2023-03-22 Thread ALBERT ASHABA AHEEBWA
Hahaha 藍, You are not alone my friend. There's a whole YouTube video about it here: https://youtu.be/N7v0yvdkIHg Take a look and rest assured you are not alone. Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Thu, 23 Mar 2023, 03:13 Michael Starr, wrote: > I don't get that webs

Re: django

2023-03-01 Thread ALBERT ASHABA AHEEBWA
If user.is_authenticated On Wed, 1 Mar 2023, 15:45 Ikrombek, wrote: > How to make a user's post visible only to that user using Django > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop

Re: No module name 'taggit'

2023-04-29 Thread ALBERT ASHABA AHEEBWA
This happened to me once, there was nothing major done to fix it. This is what I did: _Reinstall the package _When you start typing the import, let the editor auto complete on it's own. Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Sun, 30 Apr 2023, 00:47 Awobode Emmanuel, wrote

Re: Form Page URL Not Found

2023-04-30 Thread ALBERT ASHABA AHEEBWA
don't forget to add the form attr enctype='multipart/form-data' since it's a file upload field. Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Sun, 30 Apr 2023, 05:20 Michael Starr, wrote: > To contribute to my own answer, but not to answer the question: > I forgot that Djan

Re: Form Page URL Not Found

2023-05-01 Thread ALBERT ASHABA AHEEBWA
}} is polish on the nail. I need my URL to be found first. >> >> But thank you for the tangential improvements. >> >> Michael >> >> On Sunday, April 30, 2023 at 12:27:00 AM UTC-7 ALBERT ASHABA AHEEBWA >> wrote: >> >>> Hi there, >>>

Re: Form Page URL Not Found

2023-05-01 Thread ALBERT ASHABA AHEEBWA
Oh, just realized Dylan had already answered url bit Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Tue, 2 May 2023, 02:41 ALBERT ASHABA AHEEBWA, < ashabaaheebwaalb...@gmail.com> wrote: > > Hi Michael, > > On the issue, of urls, Django uses some kind of regex

Re: Django Themes help

2023-05-02 Thread ALBERT ASHABA AHEEBWA
Hi William, I am new to programming myself, but I do know some bit of CSS. I have forked your repo, I will make some changes and make a pull request. Keep a lookout. Since you have bootstrap already, it will be quick Best Regards, Albert On Tue, 2 May 2023, 17:20 William Nash (Bill),

Re: Import [python django module] could not be resolved from source Pylance (reportMissingModuleSource) -- even though Django is installed in my venv

2023-04-28 Thread ALBERT ASHABA AHEEBWA
is what you are looking for. If it's not, click on whatever is there and on popup, select the appropriate. Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Thu, 27 Apr 2023, 23:48 Michael Starr, wrote: > I did pip install django on my venv, which is activated, and it reported > a

Re: Advice for a beginer(I am new)

2023-07-04 Thread ALBERT ASHABA AHEEBWA
First thing you need to do is open the excellent Django docs at djangoproject.com, do the polls app and after try doing a Todo list. Things will fall in place. After try implementing your previous projects in Django Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Tue, 4 Jul 2023, 17

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 pr

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 = ["*"] >

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: > tha

Re: Criteria to use several apps in one project instead one app

2023-05-29 Thread ALBERT ASHABA AHEEBWA
Hi there, If you don't read the documentation when initially starting with Django it gets overwhelming. So it is recommended to modularize your apps in that your app should do one thing. That's to say, if you wanted to have user authentication and blog with ability for users to add comments you

Re: Django BS elements layout

2023-05-29 Thread ALBERT ASHABA AHEEBWA
This is a CSS issue. Here is a solution for you. Bootstrap 5 Password Must be 8-20 characters long. Edit accordingly. Best Regards, Albert On Mon, 29 May 2023, 19:43 Sebastian Jung, wrote: > I don't think that this is a django relevant thing >

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: Ideas for Apps and Softwares.

2023-05-23 Thread ALBERT ASHABA AHEEBWA
iginal masterpieces > > U r in a process. Just be patient.Working on the boring stuffs today is > the price you pay inorder to work on the exciting stuffs tomorrow > > Sent from Outlook for Android <https://aka.ms/AAb9ysg> > -- > *From:* django-users@

Ideas for Apps and Softwares.

2023-05-23 Thread ALBERT ASHABA AHEEBWA
Hi there, I have been learning to program for almost a year now. I have created a few apps some of which I abandoned at the start, others half way through. None have been original ideas and maybe that's why I lose interest. So I am here looking for that one app idea that will keep me up at

Re: Using JavaScript to enumerate a dataset returned to a page.

2023-06-19 Thread ALBERT ASHABA AHEEBWA
Explore using Alpine js. Still learning these bits myself so, I don't have much detail. But Alpine is what you looking for. Best Regards, Albert Ashaba Aheebwa +256 781 435857 On Mon, 19 Jun 2023, 17:30 Lee Stevens, wrote: > Helo, > > I have a dataset returning to a page. I need J

Re: can someone help me why my static files is not being rendered?

2023-06-15 Thread ALBERT ASHABA AHEEBWA
According to your settings, the `Python.png` file should be inside `static` on the same level as `manage.py`. |---static / |-- Python.png |--manage.py |-- The file structure of almost that kind. If you're in development and this is a practice thing, you don't need `whitenoise` just yet.

Re: Masonry card columns

2023-05-13 Thread ALBERT ASHABA AHEEBWA
This is a simple css issue. You need to change the width of the card. Making it compact will result in the desired outcome. If you are using bootstrap use grid instead of flexbox. Set width to w-50. i.e <-! Card here --> Best Regards, Albert Ashaba Aheebwa +256 781 435857

Re: Difficulty Rendering a Form

2023-05-18 Thread ALBERT ASHABA AHEEBWA
Hi Mike, Ammar was just trying to answer a question given so limited information. With that in mind the best he could do was send you to the documentation. There was no need to be rude. If you need any help, show what you have done, then show what you want done or desired outcome. Then people