This is a simple Django profile app which include user autnentication, registration, user profile, and CRUD Functionality.
Repo Link:
https://github.com/Nitinsha58/Django-Complete-Profile-project
git clone https://github.com/Nitinsha58/Django-Complete-Profile-project.git
download: https://github.com/Nitinsha58/Django-Complete-Profile-project
cd Django-Complete-Profile-project/
pip install virtualenv venv
venv/Scripts/activate
------ or -------
source venv/Scripts/activate
pip install -r requirements.txt
run ls
or dir
command in Django-Complete-Profile-project
directory to check if manage.py file is present.
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Now, You should be good to go.
Open the http://127.0.0.1:8000 in your browser or the address you got in your terminal.
Your project should be open running.