/User-management-system

User interaction django web application for send and receive text and file information, With profile dashboard for users...

Primary LanguageHTML

User-Management-System. (User interaction)

-User interaction django web application for send and receive text and file information with profile dashboard for users.


How to run this project

  1. Clone the project
git clone https://github.com/nimadorostkar/User-management-system.git
  1. Make sure you are in User-management-system folder

  2. Active virtual environment (env)

python3 -m venv env
source env/bin/activate
  1. install requirements
pip install -r requirements.txt
  1. Run Migrations
python manage.py makemigrations
python manage.py migrate
python manage.py migrate --run-syncdb
  1. Run Server
python manage.py runserver
  1. And Creating an admin user (superuser)
python manage.py createsuperuser