Installation Question #273
satcomjimmy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm fairly new to coding in general, and quite new to django, but the getting started says to pip install the package, which seemed to work and then add to the installed apps in settings and add to main project URLs. I did these, and noted that it wanted to migrate the organizations app, which I did. This did not work with my app, it has issues with the namespace for accounts. I tried forking and cloning it down and then installing from my cloned repo, and same thing. For one, this is not structured like a typical django app. I see no urls.py and in the getting started it is using urls instead of path, so I'm confused on where to start troubleshooting the url namespace issues. I don't want to log as an issue as I'm too green to know if this is simply something I don't understand, but I don't understand.
Any direction for a newbie?
Beta Was this translation helpful? Give feedback.
All reactions