-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,119 @@ | ||
# Imagination-Django_Project- | ||
<div align="center"> | ||
<img align="center" src="https://raw.github.com/SkSaadAli/Imagination_Django_Project_/main/static/assets/logo.png?sanitize=true" alt="Imagination"> | ||
|
||
</div> | ||
|
||
### 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. | ||
|
||
|
||
### Cloning the repository | ||
|
||
--> Clone the repository using the command below : | ||
```bash | ||
git clone https://github.com/SkSaadAli/Imagination_Django_Project_.git | ||
|
||
``` | ||
|
||
--> Move into the directory where we have the project files : | ||
```bash | ||
cd Imagination_Django_Project_ | ||
|
||
|
||
``` | ||
|
||
--> Create a virtual environment : | ||
```bash | ||
# Let's install virtualenv first | ||
pip install virtualenv | ||
|
||
# Then we will be creating our virtual environment | ||
virtualenv envname | ||
|
||
``` | ||
|
||
--> Activate the virtual environment : | ||
```bash | ||
envname\scripts\activate | ||
|
||
``` | ||
|
||
--> Install the requirements : | ||
```bash | ||
pip install -r requirements.txt | ||
|
||
``` | ||
|
||
# | ||
|
||
### Running the App | ||
|
||
--> To run the App, we use : | ||
```bash | ||
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 | ||
```bash | ||
#keep in mind to change this directory for your file path | ||
about = open('C:/Users/alisa/Desktop/ReadSomePoems/base/about.txt').read() | ||
|
||
``` | ||
|
||
|
||
|
||
# | ||
|
||
### App Preview : | ||
|
||
<table width="100%"> | ||
<tr> | ||
<td width="50%"> | ||
| ||
<br> | ||
<p align="center"> | ||
Index/Home Page | ||
</p> | ||
<img src="https://raw.github.com/SkSaadAli/Imagination_Django_Project_/main/screenshots/home1.PNG?sanitize=true" > | ||
</td> | ||
<td width="50%"> | ||
<br> | ||
<p align="center"> | ||
Poem Page Preview | ||
</p> | ||
<img src="https://raw.github.com/SkSaadAli/Imagination_Django_Project_/main/screenshots/poem1.PNG?sanitize=true" > | ||
</td> | ||
|
||
<tr> | ||
<td width="50%"> | ||
| ||
<br> | ||
|
||
<img src="https://raw.github.com/SkSaadAli/Imagination_Django_Project_/main/screenshots/home2.PNG?sanitize=true" > | ||
</td> | ||
<td width="50%"> | ||
<br> | ||
|
||
<img src="https://raw.github.com/SkSaadAli/Imagination_Django_Project_/main/screenshots/poem2.png?sanitize=true" > | ||
</td> | ||
|
||
|
||
</table> | ||
<table width="100%"> | ||
<tr> | ||
<td width="100%"> | ||
<br> | ||
<p align="center"> | ||
Login Page Preview | ||
</p> | ||
<img src="https://raw.github.com/SkSaadAli/Imagination_Django_Project_/main/screenshots/login.PNG?sanitize=true" > | ||
</td> | ||
</table> |