GithubHelp home page GithubHelp logo

seabeepraveen / myhebrewdates Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abe-101/myhebrewdates

0.0 0.0 0.0 400 KB

MyHebrewDates is a web app for saving and managing Hebrew dates like birthdays, anniversaries, and holidays. It offers an iCal file for easy importing into any calendar app, ensuring users never miss an important Hebrew date again.

Home Page: https://MyHebrewDates.com

License: MIT License

Shell 2.15% JavaScript 7.07% Python 63.30% CSS 4.09% HTML 23.39%

myhebrewdates's Introduction

My Hebrew Dates

MyHebrewDates is a web app for sharing Hebrew dates like birthdays, anniversaries, and yartzeit. It provides a subscribable feed for your calendar app, ensuring you never miss an important Hebrew date.

Built with Cookiecutter Django Black code style

License: MIT

Contributors

Basic Commands

Installation

  1. Clone the repository:
git clone https://github.com/abe-101/myHebrewDates.git
cd myHebrewDates
  1. Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
  1. Install the local dependencies:
pip install -r requirements/local.txt
  1. Pre-Commit Install:
pre-commit install
  1. Create Database:
createdb --username=<USERNAME> my_hebrew_dates
  1. Create .env File and add these:
DATABASE_URL=postgres://<USERNAME>:<PASSWORD>@127.0.0.1:5432/my_hebrew_dates
CELERY_BROKER_URL=redis://localhost:6379/0
  1. Set up the database:
python manage.py makemigrations
python manage.py migrate
  1. Start the Server
python manage.py runserver

Setting Up Your Users

  • To create a normal user account, just go to Sign Up and fill out the form. Once you submit it, you'll see a "Verify Your E-mail Address" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go.

  • To create a superuser account, use this command:

    $ python manage.py createsuperuser
    

For convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.

myhebrewdates's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.