Skip to content

magicmoongithub/django-tutorial-borrow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-tutorial-borrow

This is a django tutorial for the user who is advanced

Getting Started

Requirments

  • Git 1.8+
  • Python 3.5+

Create youtr virtual enviroment:

Set up Local Enviroment Variables and Database

Get Ready for Development

cd into the borrow directory:

cd borrow

And migrate the database:

python manage.py migrate

Now you're all set.

Run the Development Server

python manage.py runserver

example:

borrow system is the example website.

practice account:

  • account: test_user
  • password: 0000

About

borrow system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.0%
  • Python 32.2%
  • HTML 20.6%
  • CSS 11.2%