We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip install -r ../requirements.txt
$ cd path/to/your/dev/folder $ mkdir channels-rapid $ cd channels-rapid $ git clone https://github.com/codingforentrepreneurs/Rapid-ChatXChannels . $ git reset a9a2c42052c87fd2eb5acdc417729f9359a1e087 --hard $ git remote remove origin $ virtualenv -p python3 . $ source bin/activate (channels-rapid) $ pip install -r requirements.txt (channels-rapid) $ cd src (channels-rapid) $ python manage.py migrate (channels-rapid) $ python manage.py createsuperuser ... do the creation (channels-rapid) $ python manage.py createsuperuser ... create second super user
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issues
Cannot create superuser until database tables are created
Path to requirements.txt is incorrect in "pip install" step
pip install -r ../requirements.txt
Suggested Version (changes are in lines 9 - 11)
The text was updated successfully, but these errors were encountered: