An open API service indexing awesome lists of open source software.

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.

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