-
Notifications
You must be signed in to change notification settings - Fork 2
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
Could you explain the architecture #1
Comments
Sorry about that, the project status is still alpha/development. About your question, the answer is: Let me try to synthesize the project goal in a few topics:
Django and OpenERP comparison
OpenERP pros and cons:
Why Flask?
Why do I need the model extensibility inheritance?
In the above code statement, we're extending the Base module Contact model, adding pet_name and num_of_sales columns. Orun goal, main features:
Feel free to make more questions, I would be happy to answer |
You can write docx project installation guide |
I had a brief look around the code and it's obvious this is far from being a normal Django application. It would be really useful to understand your thinking on this front - and to get a sense of the architecture - especially how hard this would be to integrate into other Django projects (or how hard it would be to intergrate other Django apps into Orun)
The text was updated successfully, but these errors were encountered: