MartinKondor / DjangoUserSys

🐍 Django project for managing user authentication and contacts
3 stars 1 forks source link

Instalation problems #1

Closed fjborquez closed 8 months ago

fjborquez commented 8 months ago

Hey!, I tried to install but there are problems with these dependencies when starting the server:

I'm using PyCharm and venv. Idk if the solution is adding these dependencies to requirements.txt

MartinKondor commented 8 months ago

Hey! Yes, the requirements file is incorrect.

Here is the correct requirements.txt:

Django==4.2.11
psycopg==3.1.18
django-bootstrap-v5==1.0.11
django-crispy-forms==2.1
crispy-bootstrap5==2024.2

Feel free to make a pull request with it!:) But first, make sure to git pull.

fjborquez commented 8 months ago

did you already added it?

MartinKondor commented 8 months ago

Yes, sorry!

fjborquez commented 8 months ago

no problem! 😄