A webapp made in Django to generate a portfolio.
A sample portfolio built using hoxnox can be seen at https://hoxnox.herokuapp.com/AnupamDagar/26/
Please note that currently only Google oauth is working on the hosted app at https://hoxnox.herokuapp.com
- Login or signup
- Enter required details.
- View your generated portfolio.
Always use virtual environment
pip install -r requirements.txt
- After cloning the repo you need to generate a Secret Key to run this project locally.
- Generate a Secret Key using Django Secret Key Generator.
- Copy the Secret Key to your clipboard and paste in the Line 25 of settings.py file in myproject folder.
- After installing the dependencies, in the terminal run
python manage.py makemigrations
- After that run
python manage.py migrate
to apply the migartions. - To run the server type
python manage.py runserver
. - The server will start running on port 8000 of your localhost.
- To create an admin account type
python manage.py createsuperuser
in the terminal and fill in the details. - Now you can login using those credentials