ikram98ai / bookish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Home

Default Home View

Profile

Default Home View

User Profile

Default Home View

Detail

Default Home View

Book Create Form

Default Home View

Setup project environment with python -m venv myenv.

$ git clone https://github.com/ikram9820/bookishpdf.git
$ cd bookishpdf
$ python -m venv .venv
# The Activation command is only for windows CMD
$ .venv/scripts/activate
$ pip install -r requirements.txt

$ python manage.py makemigrations books
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py seed_db
$ python manage.py runserver

About


Languages

Language:Python 65.9%Language:HTML 31.9%Language:CSS 2.1%