Skip to content

katenda/lost_and_found_python_django_open_source

Repository files navigation

Django python project

open source Lost&found app django backend

Installation

###Note :~ Dont worry about the app and project naming. Get the workflow

Install environment & dependencies.

$ virtualenv --python=python3 venv

$ source venv/bin/activate $ source venv/bin/activate

$ pip install -r requirements.txt

Run Server

$ python3 manage.py runserver

$ python3 manage.py syncdb

$ python3 manage.py migrate

$ python3 manage.py createsuperuser

$ python3 manage.py makemigrations

$ python3 manage.py migrate

$ python3 manage.py migrate

About

lost_and_found_python_django_open_source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published