I'm using the local dashboard to create a new course (besides the Power Searching sample). Everything works fine with the local ports, I'm able to add lessons, units, etc.
When I deploy my app (using the "appcfg.py update ." command) the process goes perfectly but when I access
myapp.
appspot.com I don't see my course.
Where do I find the course that I have created locally and deployed to myapp domain?
Because when I access my course locally it is on locahost:8080/my_new_course, I expected that after the deployment my course will be at:
myapp.
appspot.com/my_new_course (but it's not)
I spent literally two entire days trying to know how to create a new course locally using the dashboard and deploy it to my app domain and see it online.
Please help!!
Kind regards,