https://github.com/jeet1desai/notemarketplace
A marketplace through which different students of various prof. can come together and help each other.
https://github.com/jeet1desai/notemarketplace
django python restframework restframework-simple-jwt
Last synced: 11 months ago
JSON representation
A marketplace through which different students of various prof. can come together and help each other.
- Host: GitHub
- URL: https://github.com/jeet1desai/notemarketplace
- Owner: jeet1desai
- Created: 2023-11-24T15:38:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T10:34:10.000Z (about 2 years ago)
- Last Synced: 2025-01-21T20:10:04.310Z (about 1 year ago)
- Topics: django, python, restframework, restframework-simple-jwt
- Language: Python
- Homepage: http://notemarketplace.pythonanywhere.com
- Size: 795 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
django-admin startproject "project_name"
python manage.py startapp "app_name"
pip freeze > requirements.txt
pip install -r requirements.txt
python manage.py runserver
python manage.py migrate
python manage.py createsuperuser
python manage.py makemigrations
python manage.py migrate
virtualenv env
. env/bin/activate
python manage.py collectstatic
source .virtualenvs/env/bin/activate