Re: How to create form to show user input and return results from DB

2020-01-04 Thread victor jack
Hi Nina , just read your write up For some form of clarification to your Confusion I’ll just answer the ones I can For the database , don’t make two different ones , one database with two tables 2000 and 2010 will do just fine , just query then right. For the forms it is required to use

Re: Complete book

2019-10-22 Thread victor jack
Thanks a lot for sharing > On 19 Oct 2019, at 15:09, ISAAC NELSON S.B. KARGBO > wrote: > >  > Try this one out > >> On Sat, Oct 19, 2019, 13:47 Md Nayem Tushar wrote: >> Have any easy and properly complete book in django? pls ans me >> -- >> You received this message because you are

Re: NoReverseMatch at /catalog/author/1

2018-10-09 Thread victor jack
10:51:13 AM UTC+5:30, victor jack wrote: >> >> Will check it out . Thanks for your input very much appreciated >> >> On Tue, 9 Oct 2018 6:17 AM Manjunath, wrote: >> >>> Hi Victor, >>> Are you sure book.author.pk has value? >>> can you send t

Re: NoReverseMatch at /catalog/author/1

2018-10-08 Thread victor jack
Your application'software URL is not mapped correctly , from the error page it is only the admin that can be loaded . On Tue, 9 Oct 2018 6:40 AM Pradeep Singh, wrote: > > > On Mon, 8 Oct 2018 at 22:30, victor jack wrote: > >> screenshot of the error message Singh will be he

Re: NoReverseMatch at /catalog/author/1

2018-10-08 Thread victor jack
pk has value? >>>> can you send the model definition of Book & Author to verify? >>>> Or you can verify yourself by using django Shell. >>>> >>>> >>>> On Tuesday, October 9, 2018 at 12:52:28 AM UTC+5:30, victor jack

Re: NoReverseMatch at /catalog/author/1

2018-10-08 Thread victor jack
> > > On Tuesday, October 9, 2018 at 12:52:28 AM UTC+5:30, victor jack wrote: >> >> >> Thanks Manjunath, i will post two screen shots of the templates >> On Saturday, October 6, 2018 at 7:25:50 AM UTC+1, Manjunath wrote: >>> >>> Seems like you are

Re: NoReverseMatch at /catalog/author/1

2018-10-08 Thread victor jack
:06:08 AM UTC+5:30, victor jack wrote: >> >> Hello guys, i am in dire need of any django user's knowledge, i have this >> issue that has been bugging me literally in my codebase. I want to render a >> html page but the error keeps on coming, i have tried but to

Re: How can i modify the base_site.html Template?

2018-09-04 Thread victor jack
*Ok i see, you create an admin folder in your template folder then create a base_site.html and an index. html file , these file will contain your custom feature ,then when you runserver the new admin site will be rendered from there(admin ) folder. I hope this helps.* On Mon, Sep 3, 2018 at 7:58

Re: How can i modify the base_site.html Template?

2018-09-03 Thread victor jack
Do u want to customise the admin page to be different from the default one django provides? On Mon, 3 Sep 2018 8:04 AM , wrote: > Hello, i want to change de title and the default text in the header of the > Django-Admin site but i don´t know do that. > > -- > You received this message

Re: text editor

2018-09-02 Thread victor jack
More like vim and vs code are the best editors On Sun, 2 Sep 2018 06:51 RONAK JAIN, wrote: > Atom is best editor. > > On Sun, 2 Sep 2018, 11:11 a.m. sankar ardhas, > wrote: > >> >> Hi to all, >> Which is the best editor for django framework in Ubuntu os >> 18.04 >> >> Get Outlook

Re: How can I get back my English pages (multi-lingual site updated from en to en-us)

2018-09-02 Thread victor jack
https://docs.djangoproject.com/en/2.0/topics/i18n/ check this out, but i don't think changing language_code from en to en-us is the problem. On Sat, Sep 1, 2018 at 2:31 PM Leo Treasure wrote: > Hello, > > I've needed to update the settings.py file LANGUAGE_CODE = 'en' to 'en-us' > which has

Re: creating virtualenv for django but i get import zlib module error what could be the problem

2018-09-02 Thread victor jack
from the error message , i think you need to install the package zlib and import it. On Sat, Sep 1, 2018 at 2:31 PM Lutalo Bbosa joseph wrote: > raceback (most recent call last): > File "/usr/local/bin/virtualenv", line 9, in > load_entry_point('virtualenv==15.0.1', 'console_scripts', >

Re: __init__.py Won't Upload To Github Respository

2018-09-02 Thread victor jack
Thanks for the link stephen , really much appreciated. On Sat, Sep 1, 2018 at 7:59 PM Stephen J. Butler wrote: > GitHub has an excellent set of gitignore files. My first commit to a > project is always one of these: > > https://github.com/github/gitignore > > In particular: >

Re: django website hosting

2018-08-27 Thread victor jack
Check out the documentation on digital ocean On Sat, 25 Aug 2018 15:36 ERICK OMONDI AYARA, wrote: > I would like to host a django project onto a web domain but cant seem to > get around it. i cant also find the python setup on the SOFTWARE section of > my file manager. Is there a way to do