Just my blog about me, not like the previews one with projects. Just a page about me, and about my life carrier etc. With user login/register system, flash messages, contact via form to my mail etc. Check everything and let me know via contact form from nav bar.
Made with Django, HTML5, CSS3, AlertifyJS
The installation of this app requires all packages from requirements.txt, python and interpreter.
Clone the project from GitHub
git clone https://github.com/Mgalazyn/mg
Go to the project directory
cd mg
Install dependencies
pip install -r requirements.txt
Adding your personal info in settings.py
Create .env file in main folder
#Add your django secret key in form like this
SECRET_KEY = ""
#ADD your email in form like this
EMAIL_HOST_USER = ""
#Add email password in form like this
EMAIL_HOST_PASSWORD = ""
#Add email host in form like this
EMAIL_HOST = ""
#Add email port in form like this
EMAIL_PORT = np. 562
Start the server
python manage.py runserver
Then open the browser enter: http://127.0.0.1:8000/
For support, email mg.pageit@gmail.com