Skip to content

tungnt247/social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup local

Prequisite

mysql

python3.8

Setup

Clone the repository

git clone [email protected]:tungnt247/social-network.git

Create file .env same as file .env.example. Fill necessary variales value

Install dependencies

pip install -r requirements.txt

Create database in mysql-server

Run migration

python manage.py migrate

Create superuser

python manage.py createsuperuser

Run server

python manage.py runserver

About

Django training project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published