-User interaction django web application for send and receive text and file information with profile dashboard for users.
- Clone the project
git clone https://github.com/nimadorostkar/User-management-system.git
-
Make sure you are in User-management-system folder
-
Active virtual environment (env)
python3 -m venv env
source env/bin/activate
- install requirements
pip install -r requirements.txt
- Run Migrations
python manage.py makemigrations
python manage.py migrate
python manage.py migrate --run-syncdb
- Run Server
python manage.py runserver
- And Creating an admin user (superuser)
python manage.py createsuperuser