Closed FULLBL00M closed 1 year ago
Hi @FULLBL00M
It seems that something was wrong with the initialization and the migrations were not applied automatically when starting the platform for the first time. Try to apply the migrations manually with the command
./taiga-manage.sh migrate
And then, if there are no errors, try again to create the superuser.
Best regards
Hi there!
Do you know that we have Taiga Community for questions? Please, check there; maybe another user has already ask something similar. If not, create your own. There are people there willing to help, members of the Taiga team members and other users.
To simplify the process, we will systematically close all issues that are general support questions and redirect people to Taiga Community.
Taiga Team
Hello Taiga enthusiasts, creators, and users !
I have no experience with this platform but I have some competence, atleast I think so lol.
Anyways, When trying to follow the 30 min install https://resources.taiga.io/30min-setup/ I have had success up to the step about creating a super user.
when I run the following command...
./taiga-manage.sh createsuperuser
I am returned a warning in red about unnapplied migrations, and then presented with a prompt to enter my username. After entering any user name the script will crash right at this step.
The warning before the username is below...
You have 260 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, attachments, auth, bitbucket, contact, contenttypes, custom_attributes, djmail, easy_thumbnails, epics, external_apps, feedback, github, gitlab, gogs, history, issues, likes, milestones, notifications, projects, references, sessions, settings, tasks, telemetry, timeline, token_denylist, users, userstorage, userstories, votes, webhooks, wiki. Run 'python manage.py migrate' to apply them.
The error that it reaches after submiting the username is below...
I am sorry if this is not in the correct place, or if I am making a simple mistake. I am a bit hesitant to poke around manually since it is all automated and the setup makes it seem really simple to do quickly.
If any more information is needed please let me know :)