anevsky / mysite

Python / Django simple web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Member Management App (Python / Django)

MySite/Users is a simple Python / Django web app with posibility to list, add, edit team members.

Installation

  • Install python
  • Instal django
  • Navigate to project root dir
  • Run the following commands
python manage.py makemigrations 
python manage.py makemigrations users
python manage.py migrate 
  • Run server on default host:port
python manage.py runserver

Usage

License

About

Python / Django simple web app


Languages

Language:Python 83.1%Language:HTML 16.4%Language:CSS 0.5%