Skip to content

Business Website with 5 apps, you can adapt it to your needs. You can see it in the README's link.

Notifications You must be signed in to change notification settings

Matracks/business-website

Repository files navigation

GitHub last commit GitHub code size in bytes

Business Web

Pre-Requirements

Python and pipenv as Virtual environment

Getting started

If you don't have pipenv, install with this, else go to step 1.

pip install pipenv
  1. Clone the repository
git clone https://github.com/matracks/business-website.git
  1. Open the root of the project in your terminal
cd webpersonal
  1. Created a Virtual environment with packages
pipenv install -r requirements.txt
pipenv shell
  1. Need generate a new one SECRET KEY and copy in 'secret_key.txt'

  2. Create Admin user

python manage.py createsuperuser
  1. Runserver
python manage.py runserver
  1. Now open your browser
  2. Easy and enjoy 🍻

Architecture

  • Server - Client

Runs on

  • Linux
  • MacOS
  • Windows

Useful Links

Django

Pipenv

Website in pythonanywhere

About

Business Website with 5 apps, you can adapt it to your needs. You can see it in the README's link.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published