-
Notifications
You must be signed in to change notification settings - Fork 9
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
Project not working after adding 'djangocms-spa-vue-js' to settings file under installed apps #1
Comments
Hi @ajinkyapuar. Thanks for trying out our packages and sorry for the missing docs. Unfortunately this package depends on the variable |
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? 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: |
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
The text was updated successfully, but these errors were encountered: