Hamza Khchine

Results 7 comments of Hamza Khchine

Hi @rfleschenberg , Could you please share your failing tests in order to try to fix it. Thanks

Yes, I think it could be a good idea. but in the other hand ,it could be more complicated for the end developer and to run demo projects.

An other point about testing with a postgres database , Django offers the possibility to specify the database's name when testing. We need also to grand to the database user...

I would also help maintaining this app.

Hi @jrief , Yes , it is still there. File : myshop.json ,line 99

Yes sure @rfleschenberg , but the fixtures used by 'initialize_shop_demo' is not available in awesto/django-shop. That is why I haven't create a PR.

Hi @telenieko , Take a look at this demo project, it uses social_django. https://github.com/lino-framework/book/blob/master/lino_book/projects/team/settings/demo.py And In the case you want to use postgresql instead of mysql or sqlite ,try just...