Python and pipenv as Virtual environment
If you don't have pipenv, install with this, else go to step 1.
pip install pipenv
- Clone the repository
git clone https://github.com/matracks/webpersonal.git
- Open the root of the project in your terminal
cd webpersonal
- Created a Virtual environment with packages
pipenv install -r requirements.txt
pipenv shell
-
Need generate a new one SECRET KEY and copy in 'secret_key.txt'
-
Then make the migrations for DB
python manage.py makemigrations
python manage.py migrate
- Create Admin user
python manage.py createsuperuser
- Runserver
python manage.py runserver
- Now open your browser
- Easy and enjoy 🍻
- Server - Client
- Linux
- MacOS
- Windows