Skip to content

motahharm/course-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Notes


A app for managing lessons with Django

Some Ideas for this app:

  • Share Lessons
  • Exam Generator

Installation:

Clone:

git clone https://github.com/motahharm/course-notes.git

Go To Dir:

cd course-notes

Create Virtualenv:

  • Create Virtualenv (Optional)

Install Requirements:

pip install -r requirements.txt

Django Initilize:

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser #For Creat Super User

Use Whitenoise When Debug Is False:

pip install whitenoise
  • In Settings.py Uncommand Two Line For Whitenoise

  • In Settings.py Find:

      debug = True
    
  • Replace With:

      debug = False
    

You Are Success 😎

Run:

Run On Localhost:

python3 manage.py runserver

Run On Other Port:

python manage.py runserver <Your Port>

Run On All Ips:

python3 manage.py runserver 0.0.0.0

Run On All Ips With Custom Port:

python3 manage.py runserver 0.0.0.0:<Your Port>

I Will Be Happy😊:

Star This Project 🤩

Thanks 🙏

About

A app for managing lessons with Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages