Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Installation instructions? #48

Open
songproducer opened this issue Oct 23, 2023 · 3 comments
Open

Installation instructions? #48

songproducer opened this issue Oct 23, 2023 · 3 comments
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest-accepted help wanted Extra attention is needed

Comments

@songproducer
Copy link

songproducer commented Oct 23, 2023

Hello,

After running:
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
and visiting http://127.0.0.1:8000

I get:


File "/Users/leotreasure/.pyenv/versions/3.11.3/lib/python3.11/site-packages/django/db/models/query.py", line 435, in get
    raise self.model.DoesNotExist(
invites.models.InviteFriendsPage.DoesNotExist: InviteFriendsPage matching query does not exist.

@brylie brylie added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest-accepted labels Oct 23, 2023
@alok5050
Copy link

Can you assign me this issue, I would like to work on it

@VidyaYadavv1519
Copy link

Do this

python manage.py makemigrations invites
python manage.py migrate

@songproducer
Copy link
Author

Do this

python manage.py makemigrations invites python manage.py migrate

I get:

No changes detected in app 'invites'

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest-accepted help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants