Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working Example Project #19

Open
seun-otosho opened this issue May 14, 2023 · 1 comment
Open

Working Example Project #19

seun-otosho opened this issue May 14, 2023 · 1 comment

Comments

@seun-otosho
Copy link

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

@johnbywater
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants