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
--> 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
--> To run the App, we use :
python manage.py runserver
⚠ Then, the development server will be started at http://127.0.0.1:8000/
--> 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()
Index/Home Page |
Poem Page Preview |
|
|
Login Page Preview |