/NoteMarketPlace

A marketplace through which different students of various prof. can come together and help each other.

Primary LanguagePython

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