-
Notifications
You must be signed in to change notification settings - Fork 4
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
Explain how to install it #76
Comments
I'll update README with full process for fresh Django install in a few days. |
I would like to clarify my request: I expect to install your system on a local server, without Ansible or Docker. Therefore, it would be interesting to know at least briefly how to run your code myself. I looked in the v1-stable branch and saw in Ansible rules that the system uses postgresql and redis. Tried to replicate it and it didn't work. So I'm looking forward to at least a quick tutorial. |
Yep, I'll try to update README for local install on fresh Django this weekend. |
I've updated readme with magplan-specific installation steps. Also, please, take a look at https://docs.djangoproject.com/en/3.2/intro/tutorial01/ — it's great official tutorial which can lead you into Django from very beginning, explaining you basic stuff like how to create a new Django project and setup database (required for magplan). Feel free to contact, if you have any issues. |
After number of tryings and digging I finally get the
What should I do? Tried some tips from stackexchange, but they doesn't work. |
Huh, sorry for delay, busy days. Magplan migrations are heavily realeted on your main app User model: instead of bringing own user, Magplan nicely plays with your's existing one. One way to make migrations work: for example, you main app is called
And tell Django to use it. In your
Then migrations should work. If something still goes wrong, drop me a line in this issue, and I finally build a starter project with 100% everything working ;). ~Ilya. |
Please explain how to install it in couple words. I'm new in all that python things and don't know well how to use Django projects.
The text was updated successfully, but these errors were encountered: