You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request for a working examples of complete project, this would help greatly in understanding fully how the project is implemented in django
Many thanks in advance
The text was updated successfully, but these errors were encountered:
Hi @seun-otosho! Thanks for interest and your kind words. I'm sorry for the delay in replying.
There is actually a Django project in the test folder of this repository, which has enough to show you what to do.
After that, it is really just a matter of doing standard Django things, albeit without the View/ORM integration classes. It works really well. The techniques are just standard Django things. Basically, you if you need to write an interface, and if you want or need to do it with Django, then you just need to know how to use Django. There's loads of documentation for Django. You can certainly use other features of Django, such as the user model(s), for authentication and access control. You can have a separate database for that, or put the different tables from different Django apps in the same database. It's kind of just normal Django techniques. I agree that it would be nice to have a big example project, but it would need maintaining, and it might get old quickly. And it might be hard for anybody to pick out the few things they need and don't understand.
But of course, if you have specific questions about how to get started, or would like to have a more general chat about things, we're here to help!
Hi,
Well done for this great project.
I would like to request for a working examples of complete project, this would help greatly in understanding fully how the project is implemented in django
Many thanks in advance
The text was updated successfully, but these errors were encountered: