/newser

Primary LanguageJavaScriptMIT LicenseMIT

Project Title

Portfolio Project Build with Django 2.1.4

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

python== 3.5 or up and django==2.1.4

Installing

open terminal and type
<<<<<<< HEAD git clone https://github.com/devmahmud/django-portfolio.git

https://github.com/devmahmud/django-portfolio.git

or simply download using the url above

To migrate the database open terminal in project directory and type

python manage.py makemigrations
======= git clone https://github.com/devmahmud/django-portfolio.git

or simply download using the url above

To migrate the database open terminal in project directory and type

python manage.py makemigrations >>>>>>> 481bb44 (Update README.md) python manage.py migrate

To use admin panel you need to create super user using this command

python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Author

Mahmudul alam
Email: expelmahmud@gmail.com
<<<<<<< HEAD

Project snapshot

Home page

Blog page

======= >>>>>>> 481bb44 (Update README.md)