Search This Blog

Showing posts with label ui. Show all posts
Showing posts with label ui. Show all posts

Thursday, June 8, 2023

Why python django uploaded images not showing in angular UI profile or any screen ?

Option 1: 

    Note:  keep your images under media/ <folder> for upload and view 


Option 2: 

if you want to change the default media folder under your project root, 

then please go to settings.py 

MEDIA=<custom path> 

MEDIA_URL=<path after above media settings>


Now

http://<url:port>/media/customfolder/image.jpg



Friday, May 8, 2020

Cassandra GUI Clien for windows - DataStax DevCenter

1. Go to Datastax Devcenter, download the latest for windows.
2. Extract it.
3. Go to bin folder and double click DevCenter.exe


4. Create Connection
5. Create KeySpace [ it is like database or schema ]
6. Create a table.
7. Use cql editor and do DML commands.








Hit Counter


View My Stats