Skip to content

ahbali/manageit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

installation steps:

  • install Git
  • install Python
  • install Sqlite
$ pip install --user pipenv
$ git clone https://github.com/ahbali/manageit.git
$ cd manageit
$ pipenv install
$ pipenv shell
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver

updating steps:

$ cd manageit
$ git pull
$ pipenv install
$ pipenv shell
$ python manage.py migrate
$ python manage.py runserver

About

A toy Django app to help manage information system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published