Skip to content

shubhamkandiyal0101/django-apscheduler-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-apscheduler-angularjs

Requirements
  • Python 3.5 OR Python 3.6
  • Django 2.1.7
  • PostgreSQL
How to Start with Project
  1. Create Virtualenv with Python3 (virtualenv -p python3 virtualenvName)
  2. Activate Virtual Environment and Navigate to Following Directory:
    1. cd RootProjectDirectory/server OR django-apscheduler-angularjs/server
  3. Install all requirements from requirements.txt file (pip install -R requirements.txt)
  4. Finally Get Started with Run Project (python manage.py runserver)
Project Functionality
  1. Signup and Login User
  2. Save Email Content to Database to Schedule it Later (like its include subject, content and email recipients)
  3. Schedule Email by APScheduler Cron Job (by Day, by Hour, by Minute, by Month and many more things)
  4. View Email Report Details
  5. Refresh or Reload All Email Reports Data from Database
  6. Delete Email Report
  7. Pause APScheduler Cron Job
  8. Resume APScheduler Cron Job
  9. Remove or Delete APScheduler Cron Job
  10. Refresh or Reload All APScheduler Cron Job from Database
  11. Send Email in Bulk Immediately without Schedule and Save to Database
Technologies Used
  • Python
  • Django
  • APScheduler
  • AngularJS
  • JQuery
  • BootStrap
  • Tagify
  • Toastr

Project Screenshots

NOTE: If Screenshots is Not Possible Below, Then You can Navigate to projectScreenshots Folder

About Developer

I am looking for oportunity to work in Open Source Projects and want to do some contribution to Open Source Projects.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published