============================= Python Django Resume maker =================================
Steps to run the project
- git clone repository
- Add python environment and activate it.
Windows:
- python -m venv env
- env\Scripts\activate
Linux:
- python -m venv env
- source env/bin/activate
- pip install -r requirements.txt
Run
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
Note: Use python3 in Linux environment.