Skip to content
/ mg Public

Just my blog about me, not like the previews one with projects. Just a page about me, and about my life carrier etc.

Notifications You must be signed in to change notification settings

Mgalazyn/mg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mg_blog

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

Installation

The installation of this app requires all packages from requirements.txt, python and interpreter.

Run Locally

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/

Support

For support, email mg.pageit@gmail.com

Screenshots

login contact main

About

Just my blog about me, not like the previews one with projects. Just a page about me, and about my life carrier etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published