Skip to content

diegorbb/django-inventory-mgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Generate a key

You can use https://djecrety.ir/ to generate a key for the project.

Once you have a key, follow these steps:

  • Create an .env in the root directory
  • Add a variable of SECRET_KEY with the newly generated key
  • Save the changes

Install requirements

Change the directory to the same dir requirements.txt is and run: pip install -r requirements.txt

Create a superuser

To create a superuser, change directory to inventory and run: python3 manage.py createsuperuser and follow the prompts.

Run the project

Run: python3 manage.py makemigrations & python3 manage.py migrate

Once you have all the libraries installed and a superuser, cd into inventory and run python3 manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published