Skip to content

Nitinsha58/Django-Complete-Profile-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complete Django Profile app

This is a simple Django profile app which include user autnentication, registration, user profile, and CRUD Functionality.

Download or Clone this repository.

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

Installation

After downloding or cloning follow this steps

cd Django-Complete-Profile-project/
pip install virtualenv venv

If using powershell or cmd

venv/Scripts/activate

------ or -------

If using git or mac

source venv/Scripts/activate

Install Dependencies

pip install -r requirements.txt

Project Setup

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

Testing the project

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published