Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 723 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 723 Bytes

NETVIEWS BLOG

With Django Web Framework

Installation

  • Clone Repository
  • CD into Project within your preferred IDE.
#In your terminal run
Run and activate python virtual environment

e.g 
# to install virtual env
py -m pip install pipenv
py -m pipenv install django

# to activate virtual env
py -m pipenv shell

Make sure you are in the Projects directory

# Run server
e.g.
py manage.py runserver
Enter ip into browser and enjoy

DATABASE ~ Default sqlite3

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Basic Frontend

https://cdn.jsdelivr.net/npm/bootswatch@4.5.2/dist/lux/bootstrap.min.css