Skip to content

Booktime is a web application that built with Python/Django where users can shop for books online. Besides, registered users can add the books they want to their favorite lists, comment and like / dislike books.

License

Notifications You must be signed in to change notification settings

senafrakara/Book-Time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book-Time

Booktime is a web application where users can shop for books online. Besides, registered users can add the books they want to their favorite lists, comment and like / dislike books.

Django Project Template

The clean, fast and right way to start a new Django 1.10.1 powered website.

Getting Started

Setup project environment with virtualenv and pip.

$ virtualenv project-env
$ source project-env/bin/activate
$ pip install -r https://raw.githubusercontent.com/senafrakara/Book-Time/main/requirements.txt

# You may want to change the name `projectname`.
$ django-admin startproject --template https://github.com/senafrakara/Book-Time/archive/Book-Time-main.zip projectname

$ cd projectname/
$ cp settings_custom.py.edit settings_custom.py
$ python manage.py migrate
$ python manage.py runserver

Features

  • Basic Django scaffolding (commands, templatetags, statics, media files, etc).
  • Split settings in two files. settings_custom.py for specific environment settings (localhost, production, etc). projectname/settings.py for core settings.
  • Simple logging setup ready for production envs.

About

Booktime is a web application that built with Python/Django where users can shop for books online. Besides, registered users can add the books they want to their favorite lists, comment and like / dislike books.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published