Re: Reference data while testing

2023-10-02 Thread herve bineli
Hi Mike, I will suggest you use a database framework like SQLAlchemy to access your tables' data with read-only queries. Then you use the data queried to set your test cases using a testing library like Pytest. Do let know if you have other concerns with this approach. Best Regards, BINELI Arsen

Re: django...@googlegroups.com

2023-04-17 Thread herve bineli
Hello Wilson, In your html template, index.html, you should use the context object students without capital *"S"*, because this is how you have created it in your view.py file. Hope it helped you. Best regards, BINELI Herve On Fri, Apr 14, 2023 at 11:07 PM WILSON TALENGA wrote: > Hello, i h

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: Application for Part Time Python/Django Developer

2022-08-05 Thread herve bineli
Hello Mr. Chetan, As I can see, you have a huge experience in web development with a Python speciality. I suggest you to create an account on turing.com and there you will certainly fond a company that will appreciate your experience and give you a chance to enter their team. Best Regards, BINELI

Re: Installation of django

2019-08-20 Thread herve bineli
Please, provide the errors you get when trying: $ pip install --user django on your shell On Tue, Aug 20, 2019 at 4:44 PM Amit Samanta wrote: > Hi, > > I want to install django in linux server for python 2.7.2. > i am not able install django > Please help with the installation step for django