Open ajinkyapuar opened 6 years ago
Hi @ajinkyapuar. Thanks for trying out our packages and sorry for the missing docs. Unfortunately this package depends on the variable ERROR_404_TEMPLATE_NAME
that was added in Django 1.10. Do you have any change to upgrade your project, or should we implement a workaround?
Sure I can upgrade my Django Version. Thanks. Could you also help me with the initial setup of the two packages? Here's the repository I've created for testing it out. I can add you as collaborator and create this as a sample project for future reference.
Hopefully I will find some time tomorrow to clone your repository and help you with the setup.
Could you please add me as collaborator so I can push a few changes to your code?
Thanks for adding me. I just pushed the branch "feature/setup" with some changes.
Thanks a lot. Give me sometime to test it out. I shall get back to you.
Appreciate your help! Similarly could you help with the djangocms-spa-vue-js package to setup a simple SPA?
Your example already includes both packages (djangocms-spa & djangocms-vue-js).
I had started with the djangocms-spa-vue-js integration when this issue occurred. Haven't completed the steps ahead given in the README.md
That point is definitely not clear enough in the README. The djangocms-spa-vue-js needs the installation of djangocms-spa (incl. those installation steps).
Yes I did complete the steps given in the djangocms-spa README. Then moved to the djangocms-spa-vue-js installation and the issue occurred after adding 'djangocms-spa-vue-js' to the settings.py file. Could you help with the next steps of djangocms-spa-vue-js package setup and a simple SPA?
Have you seen my feature branch? https://github.com/ajinkyapuar/djangocms-test/tree/feature/setup
I was able to setup up both packages in a working example. The only thing left is the frontend part. This package helps you for sure: https://github.com/dreipol/vue-fetch-route
Yes I have and I was asking for help with the frontend part. Sorry to bother you so much. I will look into it myself. Thank you for all the help.
Description
Describe what you were trying to get done. Installed djangocms-spa-vue-js, added 'djangocms_spa_vue_js' to my settings.py under installed apps and then tried to start the server
Tell us what happened, what went wrong, and what you expected to happen. started giving errors.
What I Did