Skip to content

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

Notifications You must be signed in to change notification settings

jeet1desai/NoteMarketPlace

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks