Skip to content

itssunny322/RandomAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-rest-user-activies

  1. Clone the project using the command " git clone https://github.com/itssunny322/User_activity.git " .

  2. Create python virtual environment using command " python3 -m venv /path/to/new/virtualEnvironment".

  3. Activate virtual environment you created " source virtualEnvironment/bin/activate"

  4. Install requirements using the command " pip install -r requirements.txt"

  5. Make migrations and migrate using the command " python manage.py makemigrations " and "python manage.py makemigrations"

  6. At last run django server using command "python manage.py runserver"

  7. Open http://127.0.0.1:8000/api/users

  8. used to populate the data management command "python manage.py add_user_activities"

  9. check again http://127.0.0.1:8000/api/users

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages