Skip to content

snake-py/drfBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRF Blog

Shall be a simple blog api which can easily be set up with docker and docker-compose.

It has the option to create different users and assign different users different permissions.

The system can be used headless of with an admin panel - for now only django admin panel is available.

Set Up for now

virtualenv venv

unix:

source venv/bin/activate

or

Windows

venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
nodemon --ext py --exec "venv\Scripts\activate && python manage.py test"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages