Re: How & Where are Django View Functions Called?

2019-01-10 Thread abel otugeme
Ones your view matches your use patterns it gets called and run anytime you try access the site -- 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+unsu

How does the django sites work

2019-01-18 Thread abel otugeme
I am still learning django but I'd like to know how sites created are hosted -- 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: I need help guys please

2019-01-22 Thread abel otugeme
Zucchixz, z, nix, zx On Jan 22, 2019 4:47 PM, wrote: > I can update object without sluglyfiy buy with slugyfiy I can't > > -- > 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, sen

Re: static css and default admin css not working in my pc

2019-02-02 Thread abel otugeme
I have noticed that when you try to load static files for a separate template from a base template it doesn't work. Is it a 32bit system? On Feb 2, 2019 7:29 PM, wrote: > follow this tutorial https://youtu.be/YH-ipgxlJzs > > -- > You received this message because you are subscribed to the Google

Re: ModuleNotFoundError: No module named 'sample,'

2019-03-08 Thread abel otugeme
You must have written code that doesn't work. Check if you imported any function e.g models that you didn't use. On Mar 7, 2019 10:44 AM, wrote: > Hi Team > > My project name is Sample > While I am trying to connect database with models.py > I am finding these type of errors > ModuleNotFoundErro

Re: how to create a Django project without using an IDE, but using the django-admin startproject command

2019-03-09 Thread abel otugeme
Make sure your virtual environments are set up well. Also make sure your running that command from the folder where your manage.py file is... On Mar 9, 2019 7:12 PM, "Ando Rakotomanana" wrote: > > Hello, I'm still starting with django. And I have a problem with the creation of the project, I writ

STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-29 Thread abel otugeme
I really need help i have combed through stackover flow and this group but the solutions provided don't work for me. i use a 32bit windows 7 OS and the latest version of django -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr

Re: STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-29 Thread abel otugeme
This is how a site looks when i open it up in my browser No CSS! i have done the necessary settings for Django to find the static files On Sat, Dec 29, 2018 at 5:14 PM Kasper Laudrup wrote: > Hi Abel, > > On 29/12/2018 08.07, abel otugeme wrote: > > I really need help i have

Re: STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-30 Thread abel otugeme
gi/ on > how to setup static files. > You may also want to run python manage.py collectstatic > > On Sun, Dec 30, 2018 at 4:31 AM abel otugeme wrote: > >> This is how a site looks when i open it up in my browser No CSS! i >> have done the necessary settings for Django

Re: STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-31 Thread abel otugeme
just static css. Your html is > appearing as html. You need to unescape them in template or check your tags > > On Mon, 31 Dec, 2018, 1:10 AM abel otugeme wrote: > >> I have done all that i used the docs first and it did not work. Then i >> tired this video https://www.

Re: Help with djangoproject

2019-01-02 Thread abel otugeme
There must be an error that why the server isn't running. Send a screenshot of cmd and the site On Jan 2, 2019 3:12 PM, "Harryxon Ndegwa" wrote: > > hi joseph, > send a screenshot of the error and the code u have written so far to get the error > > #%£& > > On Wed, 2 Jan 2019 5:10 pm Joseph Gichu