Skip to content

A Poem Blogging website build with Django Framework. It contains User login, Comment and Other Important Functionality like General CRUD Operations.

Notifications You must be signed in to change notification settings

SkSaadAli/Imagination_Django_Project_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imagination-Django_Project-

Imagination

About:

A Poem Blogging website build with Django Framework. It is a fully mobile responsive website, with User login, Comment, Categories and Other Important Functionality like General CRUD Operations.

Site is live and hosted at PythonAnywhere check it out : link

Cloning the repository

--> Clone the repository using the command below :

git clone https://github.com/SkSaadAli/Imagination_Django_Project_.git

--> Move into the directory where we have the project files :

cd Imagination_Django_Project_

--> Create a virtual environment :

# Let's install virtualenv first
pip install virtualenv

# Then we will be creating our virtual environment
virtualenv envname

--> Activate the virtual environment :

envname\scripts\activate

--> Install the requirements :

pip install -r requirements.txt

Running the App

--> To run the App, we use :

python manage.py runserver

⚠ Then, the development server will be started at http://127.0.0.1:8000/

Note

--> update path to this directory for about.txt as path where your about.txt is saved

    #keep in mind to change this directory for your file path
    about = open('C:/Users/alisa/Desktop/ReadSomePoems/base/about.txt').read()

App Preview :

 

Index/Home Page


Poem Page Preview

 


Login Page Preview

About

A Poem Blogging website build with Django Framework. It contains User login, Comment and Other Important Functionality like General CRUD Operations.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published