Skip to content

sdpatel1986/Django-amrahman-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio app developed in Django

Project Title

Portfolio Project Build with Django 2.2.5

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.6.8 or up and django==2.2.5

Installing

open terminal and type
git clone https://github.com/amrahman90/Django-amrahman-portfolio.git

or simply download using the url above

To migrate the database open terminal in project directory and type

python manage.py makemigrations 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

A M Rahman
Email: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published